CFHTTPMessageCreateResponse

Function CFHTTPMessageCreateResponse 

Source
pub unsafe extern "C-unwind" fn CFHTTPMessageCreateResponse(
    alloc: Option<&CFAllocator>,
    status_code: CFIndex,
    status_description: Option<&CFString>,
    http_version: &CFString,
) -> CFRetained<CFHTTPMessage>
👎Deprecated: renamed to CFHTTPMessage::new_response
Available on crate feature CFHTTPMessage only.