pub unsafe extern "C" fn httpcCloseContext(
    context: *mut httpcContext
) -> Result
Expand description

Closes a HTTP context.

§Arguments

  • context - Context to close.