NIOHTTPClientResponseFull
public struct NIOHTTPClientResponseFull
extension NIOHTTPClientResponseFull: Equatable
The parts of a complete HTTP response from the view of the client.
Afull HTTP response is made up of a response header encoded by .head
and an optional .body
.
-
Undocumented
Declaration
Swift
public var head: HTTPResponseHead
-
Undocumented
Declaration
Swift
public var body: ByteBuffer?
-
Undocumented
Declaration
Swift
public init(head: HTTPResponseHead, body: ByteBuffer?)