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

Gets the request state of a HTTP context.

§Arguments

  • context - Context to use.
  • out - Pointer to output the HTTP request state to.