Difference between revisions of "HTTPC:SendPOSTDataTimeout"

From 3dbrew
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...")
 
m
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
|-
 
|-
 
| 3-4
 
| 3-4
| u64 nanoseconds [[HTTPC:ReceiveDataDelay|delay]]
+
| u64 nanoseconds timeout
 
|-
 
|-
 
| 5
 
| 5

Latest revision as of 04:33, 16 December 2014

Request[edit]

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[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This uploads the specified raw POST data content.