Contents

CFHTTPMessageGetResponseStatusCode(_:)

Gets the status code from a CFHTTPMessage object representing an HTTP response.

Declaration

func CFHTTPMessageGetResponseStatusCode(_ response: CFHTTPMessage) -> CFIndex

Parameters

  • response:

    The message to examine. This must be a response message.

See Also

HTTP Messages