httpreqtype
| httpreqtype | 
  Purpose
 
  
  Synopsis
 
  function httpreqtype(reqid:integer):integer 
 
  Argument
 
 | 
     reqid 
     | 
     Request number
     | 
  Return value
 
 
 Request type:
 | 
     <0 
     | 
     Invalid request number
     | 
| 
     0 
     | 
     Request not active
     | 
| 
     HTTP_GET 
     | 
     GET (
     1)
     | 
| 
     HTTP_POST 
     | 
     POST (
     2)
     | 
| 
     HTTP_PUT 
     | 
     PUT (
     4)
     | 
| 
     HTTP_DELETE 
     | 
     DELETE (
     8)
     | 
| 
     HTTP_HEAD 
     | 
     HEAD (
     128)
     | 
  Related topics
 
  
  Module
 
  
