HttpResponse
Structure for presenting a response for an HTTP request.
The reponse body is stored and handled separately.
public init(
statusCode: HttpStatusCode,
headers: [HttpHeader]
)
Parameters
Properties
Response headers.
Structure for presenting a response for an HTTP request.
The reponse body is stored and handled separately.
public init(
statusCode: HttpStatusCode,
headers: [HttpHeader]
)
Response headers.