pub unsafe extern "C" fn httpcAddPostDataBinary(
context: *mut httpcContext,
name: *const c_char,
value: *const u8_,
len: u32_,
) -> ResultExpand description
Adds a POST form field with binary data to a HTTP context.
ยงArguments
context- Context to use.name- Name of the field.value- The binary data to pass as a value.len- Length of the binary data which has been passed.