HTTPC:SendPOSTDataTimeout: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001B0102] |- | 1 | HTTP context handle |- | 2 | Buffer size |- | 3-4 | u64 nanos..." |
Slashmolder (talk | contribs) mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 15: | Line 15: | ||
|- | |- | ||
| 3-4 | | 3-4 | ||
| u64 nanoseconds | | u64 nanoseconds timeout | ||
|- | |- | ||
| 5 | | 5 | ||
Latest revision as of 03:33, 16 December 2014
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x001B0102] |
| 1 | HTTP context handle |
| 2 | Buffer size |
| 3-4 | u64 nanoseconds timeout |
| 5 | (Size<<4) | 10 |
| 6 | Input data pointer |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Description
This uploads the specified raw POST data content.