Instance Propertyswift-nio 2.72.0NIOHTTP1
body
NIOHTTPObjectAggregator.swift:22var body: ByteBuffer?
var body: ByteBuffer?
s8NIOHTTP124NIOHTTPServerRequestFullV4body7NIOCore10ByteBufferVSgvp
What are these?
FNV24: [OULH]
import NIOHTTP1
struct NIOHTTPServerRequestFull
The parts of a complete HTTP response from the view of the client.
struct ByteBuffer
ByteBuffer
stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).
init(head: HTTPRequestHead, body: ByteBuffer?)
var head: HTTPRequestHead