This page currently only documents the flags and settings specific to AcornHTTP in R0 and R2. The other registers are exactly as described in the Protocol_GetData documentation.
Entry | ||||
---|---|---|---|---|
R0 | Flags | |||
Bit 0 set | R6 โ alternative User Agent identifier | |||
Bit 1 set | R5 = length of data pointed to by R4 (if R4 not zero) | |||
Bits 2-7 | Reserved: must be zero | |||
Bit 29 | Reserved for internal use (secure connection flag) | |||
Bit 30 | If set, AcornHTTP will not add cookies to the request | |||
Bit 31 | Reserved for use by URL module (if set, this is a proxy request) | |||
R2 | Bits 0-7 | request method (not a bitfield): | ||
1 | GET | |||
2 | HEAD | |||
3 | Reserved โ do not use | |||
4 | POST | |||
5,6,7 | Reserved โ do not use | |||
8 | PUT | |||
Bits 8-15 | type of data wanted (if R0 bit 1 set, otherwise in bits 0-31 of R5): | |||
0 | Body only | |||
1 | Head only | |||
2 | Both | |||
Bits 16-31 | reserved and should be zero. |