pub unsafe extern "C" fn httpcGetResponseStatusCode(
context: *mut httpcContext,
out: *mut u32_,
) -> ResultExpand 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.