Instance Methodswift-nio 2.81.0NIOHTTP1
hash(into:)
HTTPServerPipelineHandler.swift:103func hash(into hasher: inout Hasher)
func hash(into hasher: inout Hasher)
s8NIOHTTP125HTTPServerPipelineHandlerC20ConnectionStateErrorV4hash4intoys6HasherVz_tF
What are these?4PX12
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 Hasher
The universal hash function used by Set
and Dictionary
.
static func preconditionViolated(message: String, file: String = #fileID, line: Int = #line) -> HTTPServerPipelineHandler.ConnectionStateError
A precondition was violated
var description: String { get }
static func == (lhs: ConnectionStateError, rhs: ConnectionStateError) -> Bool