Function ctru_sys::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.