Function httpcGetResponseStatusCodeTimeout

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

Gets the response code of the HTTP context with a timeout value.

ยงArguments

  • context - Context to get the response code of.
  • out - Pointer to write the response code to.
  • timeout - Maximum time in nanoseconds to wait for a reply.