Changes

Jump to navigation Jump to search
339 bytes added ,  02:09, 16 December 2014
no edit summary
Line 12: Line 12:  
|-
 
|-
 
| 2
 
| 2
| u8, unknown
+
| u8 RequestMethod
 
|-
 
|-
 
| 3
 
| 3
Line 35: Line 35:  
| 2
 
| 2
 
| HTTP context handle
 
| HTTP context handle
 +
|}
 +
 +
== enum RequestMethod ==
 +
{| class="wikitable" border="1"
 +
!  Memory state flags
 +
!  Bit
 +
|-
 +
| NONE (this causes an error)
 +
| 0
 +
|-
 +
| GET
 +
| 1
 +
|-
 +
| POST <!-- These are a special case and different from 6/7 -->
 +
| 2
 +
|-
 +
| HEAD
 +
| 3
 +
|-
 +
| PUT <!-- These are a special case and different from 6/7 -->
 +
|4
 +
|-
 +
| DELETE
 +
|5
 +
|-
 +
| POST
 +
|6
 +
|-
 +
| PUT
 +
|7
 
|}
 
|}
35

edits

Navigation menu