609 bytes added
, 16:18, 9 July 2013
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x00050040]
|-
| 1
| HTTP context handle
|}
=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code
|-
| 1
| Result code
|-
| 2
| Output state
|}
=States=
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0x5
| Request in progress, sending request over the network.
|-
| 0x7
| Ready to [[HTTPC:ReceiveData|download]] the content.
|}
=Description=
This returns the request state, this is used to determine when to download the [[HTTPC:ReceiveData|content]].