struct TestingHTTPResponse
s14VaporTestUtils19TestingHTTPResponseV
8OLB0
import VaporTestUtils
protocol Sendable
init(status: HTTPStatus, headers: HTTPHeaders, body: ByteBuffer)
var body: ByteBuffer
var content: ContentContainer { get }
var headers: HTTPHeaders
var status: HTTPStatus