Type Aliasswift-nio 2.81.0NIOHTTP1
InboundOut
NIOHTTPObjectAggregator.swift:334typealias InboundOut = NIOHTTPClientResponseFull
typealias InboundOut = NIOHTTPClientResponseFull
s8NIOHTTP131NIOHTTPClientResponseAggregatorC10InboundOuta
What are these?7M1TE
import NIOHTTP1
final class NIOHTTPClientResponseAggregator
A ChannelInboundHandler
that handles HTTP chunked HTTPClientResponsePart
messages by aggregating individual message chunks into a single NIOHTTPClientResponseFull
.
struct NIOHTTPClientResponseFull
The parts of a complete HTTP response from the view of the client.
init(maxContentLength: Int)
func channelRead(context: ChannelHandlerContext, data: NIOAny)
func handlerAdded(context: ChannelHandlerContext)
typealias InboundIn = HTTPClientResponsePart