HTTPClientResponsePart

The components of a HTTP response from the view of a HTTP client.

HTTPTypes.swift:166
typealias HTTPClientResponsePart = HTTPPart<HTTPResponseHead, ByteBuffer>