Instance Propertyswift-nio 2.84.0NIOHTTP1
description
HTTPServerPipelineHandler.swift:112var description: String { get }
var description: String { get }
s8NIOHTTP125HTTPServerPipelineHandlerC20ConnectionStateErrorV11descriptionSSvp
What are these?7OG5Q
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 String
A Unicode string value that is a collection of characters.
static func preconditionViolated(message: String, file: String = #fileID, line: Int = #line) -> HTTPServerPipelineHandler.ConnectionStateError
A precondition was violated
static func == (lhs: HTTPServerPipelineHandler.ConnectionStateError, rhs: HTTPServerPipelineHandler.ConnectionStateError) -> Bool
func hash(into hasher: inout Hasher)