var query: URLQueryContainer { get set }
s14VaporTestUtils18TestingHTTPRequestV5query0A017URLQueryContainer_pvp
6P03C
import VaporTestUtils
struct TestingHTTPRequest
protocol URLQueryContainer
Helper for encoding and decoding data from an HTTP request query string.
init(method: HTTPMethod, url: URI, headers: HTTPHeaders, body: ByteBuffer)
var body: ByteBuffer
var content: ContentContainer { get set }
var headers: HTTPHeaders
var method: HTTPMethod
var url: URI