Type Aliasswift-nio 2.81.0NIOHTTP1
OutboundOut
NIOHTTPObjectAggregator.swift:185typealias OutboundOut = HTTPServerResponsePart
typealias OutboundOut = HTTPServerResponsePart
s8NIOHTTP130NIOHTTPServerRequestAggregatorC11OutboundOuta
What are these?2WJ1I
import NIOHTTP1
final class NIOHTTPServerRequestAggregator
A ChannelInboundHandler
that handles HTTP chunked HTTPServerRequestPart
messages by aggregating individual message chunks into a single NIOHTTPServerRequestFull
.
typealias HTTPServerResponsePart = HTTPPart<HTTPResponseHead, IOData>
The components of a HTTP response from the view of a HTTP server.
init(maxContentLength: Int, closeOnExpectationFailed: Bool = false)
func channelRead(context: ChannelHandlerContext, data: NIOAny)
func handlerAdded(context: ChannelHandlerContext)
typealias InboundIn = HTTPServerRequestPart
typealias InboundOut = NIOHTTPServerRequestFull