Instance Propertyvapor 4.114.1VaporTestUtils
body
TestingHTTPRequest.swift:10var body: ByteBuffer
var body: ByteBuffer
s14VaporTestUtils18TestingHTTPRequestV4body7NIOCore10ByteBufferVvp
What are these?4J4EM
import VaporTestUtils
struct TestingHTTPRequest
struct ByteBuffer
ByteBuffer
stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).
init(method: HTTPMethod, url: URI, headers: HTTPHeaders, body: ByteBuffer)
var content: ContentContainer { get set }
var headers: HTTPHeaders
var method: HTTPMethod
var query: URLQueryContainer { get set }
var url: URI