Function httpcReceiveData

Source
pub unsafe extern "C" fn httpcReceiveData(
    context: *mut httpcContext,
    buffer: *mut u8_,
    size: u32_,
) -> Result
Expand description

Receives data from a HTTP context.

ยงArguments

  • context - Context to use.
  • buffer - Buffer to receive data to.
  • size - Size of the buffer.