pub unsafe extern "C" fn httpcAddPostDataRaw(
    context: *mut httpcContext,
    data: *const u32_,
    len: u32_
) -> Result
Expand description

Adds a POST body to a HTTP context.

§Arguments

  • context - Context to use.
  • data - The data to be passed as raw into the body of the post request.
  • len - Length of data passed by data param.