Contents

CFHTTPMessageCopyVersion(_:)

Gets the HTTP version from a CFHTTPMessage object.

Declaration

func CFHTTPMessageCopyVersion(_ message: CFHTTPMessage) -> Unmanaged<CFString>

Parameters

  • message:

    The message to examine.

Return Value

A CFString object or NULL, if there was a problem creating the object. Ownership follows the The Create Rule.

See Also

HTTP Messages