HTTPC:AddPostDataRaw

From 3dbrew
Revision as of 20:13, 6 March 2016 by Bownairo (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00140082] |- | 1 | HTTP context handle |- | 2 | Length of raw data passed in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request

Index Word Description
0 Header code [0x00140082]
1 HTTP context handle
2 Length of raw data passed in buffer
3 (BufferLength<<14) | 0xC02
4 Raw data pointer

Response

Index Word Description
0 Header code
1 Result code

Description

Passes the raw data from the buffer in the body of the HTTP POST request.