Function ctru_sys::httpcAddPostDataBinary
source · pub unsafe extern "C" fn httpcAddPostDataBinary(
context: *mut httpcContext,
name: *const c_char,
value: *const u8_,
len: u32_
) -> Result
Expand 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.