typealias OutboundOut = HTTPServerResponsePart
s8NIOHTTP130HTTPServerProtocolErrorHandlerC11OutboundOutaWhat are these?
s8NIOHTTP130HTTPServerProtocolErrorHandlerC11OutboundOuta
FNV24: [23QRX]
typealias InboundIn
typealias InboundOut
typealias OutboundIn
init()
func errorCaught(context: ChannelHandlerContext, error: Error)
func write(context: ChannelHandlerContext, data: NIOAny, promise: EventLoopPromise<Void>?)
import NIOHTTP1
final class HTTPServerProtocolErrorHandler
A simple channel handler that catches errors emitted by parsing HTTP requests and sends 400 Bad Request responses.
typealias HTTPServerResponsePart = HTTPPart<HTTPResponseHead, IOData>
The components of a HTTP response from the view of a HTTP server.
typealias InboundIn = HTTPServerRequestPart
typealias InboundOut = HTTPServerRequestPart
typealias OutboundIn = HTTPServerResponsePart