pub unsafe extern "C" fn httpcAddPostDataAscii(
    context: *mut httpcContext,
    name: *const c_char,
    value: *const c_char
) -> Result
Expand description

Adds a POST form field to a HTTP context.

§Arguments

  • context - Context to use.
  • name - Name of the field.
  • value - Value of the field.