HttpResponse | iOS SDK | Urbi Documentation

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.