httpreqstat
| httpreqstat | 
  Purpose
 
  
  Synopsis
 
  function httpreqstat(reqid:integer):integer 
 
  Argument
 
 | 
     reqid 
     | 
     Request number
     | 
  Return value
 
 
 Request status:
 | 
     <0 
     | 
     Invalid request number
     | 
| 
     0 
     | 
     Request not active
     | 
| 
     1 
     | 
     No associated data
     | 
| 
     2 
     | 
     Raw data available
     | 
| 
     3 
     | 
     'initialisations from' data available
     | 
  Further information
 
 
  If the return value is
 2 or
 3 a data file is available (see
 httpreqfile). If this function returns
 3 then the file can be read using an
 initialisations from block: data that was originally URL-encoded has been decoded by the server and stored using Mosel's
 initialisations format.
 
 
  Related topics
 
  
  Module
 
  
