pub unsafe extern "C" fn httpcGetDownloadSizeState(
    context: *mut httpcContext,
    downloadedsize: *mut u32_,
    contentsize: *mut u32_
) -> Result
Expand description

Gets the download size state of a HTTP context.

§Arguments

  • context - Context to use.
  • downloadedsize - Pointer to output the downloaded size to.
  • contentsize - Pointer to output the total content size to.