Instance Propertyvapor 4.114.1VaporTestUtils
url
TestingHTTPRequest.swift:8var url: URI
var url: URI
import VaporTestUtils
struct TestingHTTPRequest
struct URI
A type for constructing and manipulating (most) Uniform Resource Indicators.
init(method: HTTPMethod, url: URI, headers: HTTPHeaders, body: ByteBuffer)
var body: ByteBuffer
var content: ContentContainer { get set }
var headers: HTTPHeaders
var method: HTTPMethod
var query: URLQueryContainer { get set }