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