Operatorswift-nio 2.81.0NIOHTTP1
==(_:_:)
HTTPServerPipelineHandler.swift:99static func == (lhs: ConnectionStateError, rhs: ConnectionStateError) -> Bool
static func == (lhs: ConnectionStateError, rhs: ConnectionStateError) -> Bool
s8NIOHTTP125HTTPServerPipelineHandlerC20ConnectionStateErrorV2eeoiySbAE_AEtFZ
What are these?29N8H
import NIOHTTP1
struct ConnectionStateError
final class HTTPServerPipelineHandler
A ChannelHandler
that handles HTTP pipelining by buffering inbound data until a response has been sent.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func preconditionViolated(message: String, file: String = #fileID, line: Int = #line) -> HTTPServerPipelineHandler.ConnectionStateError
A precondition was violated
var description: String { get }
func hash(into hasher: inout Hasher)