HTTPResponse
public struct HTTPResponse
A structure representing the headers for a HTTP response, without the body of the response.
-
HTTP response version
Declaration
Swift
public var httpVersion: HTTPVersion
-
HTTP response status
Declaration
Swift
public var status: HTTPResponseStatus
-
HTTP response headers
Declaration
Swift
public var headers: HTTPHeaders