Type Aliasswift-nio 2.72.0NIOHTTP1
OutboundOut
HTTPServerPipelineHandler.swift:48typealias OutboundOut = HTTPServerResponsePart
Other members in extension
Types
Typealiases
Type members
Instance members
func channelInactive(context: ChannelHandlerContext
) func channelRead(context: ChannelHandlerContext, data: NIOAny
) func close(context: ChannelHandlerContext, mode: CloseMode, promise: EventLoopPromise<Void>?
) func errorCaught(context: ChannelHandlerContext, error: Error
) func handlerRemoved(context: ChannelHandlerContext
) func read(context: ChannelHandlerContext
) func userInboundEventTriggered(context: ChannelHandlerContext, event: Any
) func write(context: ChannelHandlerContext, data: NIOAny, promise: EventLoopPromise<Void>?
)