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.