Contents

CFHTTPMessageCopyRequestURL(_:)

Gets the URL from a CFHTTPMessage object.

Declaration

func CFHTTPMessageCopyRequestURL(_ request: CFHTTPMessage) -> Unmanaged<CFURL>?

Parameters

  • request:

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

Return Value

A CFURLRef object containing the URL or NULL if there was a problem creating the object. Ownership follows the The Create Rule.

See Also

HTTP Messages