Showing changes from revision #1 to #2:
Added | Removed | Changed
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 | ||
Bit 29 | Reserved for internal use (secure connection flag) | ||
Bit 30 | Reserved for use by WebServe (request not to add cookies) | ||
Bit 31 | Reserved for use by URL module (if set, this is a proxy request) |
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.
R2 | Entry | ||
---|---|---|---|
R6 → alternative User Agent identifier | |||
R5 = length of data pointed to by R4 (if R4 not zero) | |||
Reserved: must be zero | |||
Reserved for internal use (secure connection flag) | |||
If set, AcornHTTP will not add cookies to the request | |||
Reserved for use by URL module (if set, this is a proxy request) | |||
request method (not a bitfield): | |||
1 | GET | ||
2 | HEAD | ||
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. |