pub unsafe extern "C" fn httpcGetRequestState(
context: *mut httpcContext,
out: *mut HTTPC_RequestStatus,
) -> ResultExpand description
Gets the request state of a HTTP context.
ยงArguments
context- Context to use.out- Pointer to output the HTTP request state to.