Function httpcGetResponseStatusCode

Source
pub unsafe extern "C" fn httpcGetResponseStatusCode(
    context: *mut httpcContext,
    out: *mut u32_,
) -> Result
Expand description

Gets the response code of the HTTP context.

ยงArguments

  • context - Context to get the response code of.
  • out - Pointer to write the response code to.