Contents

init(httpResponse:httpBody:)

Initializes an authorization with a HTTP response and body.

Declaration

init(httpResponse: HTTPURLResponse, httpBody: Data?)

Parameters

  • httpResponse:

    The HTTP response.

  • httpBody:

    The HTTP body.

See Also

Initializers