Status - stingray.Http.Status enumeration reference - Stingray Lua API Reference
         
	
    
    
Status of a HTTP operation.
				|   | 
The request has been closed (either manually or by timeout) and information is no longer available.
 | 
 
				|   | 
Download is in progress.
 | 
 
				|   | 
Download has failed and error() can be used to get the error message.
 | 
 
				|   | 
Download has completed and response() can be used to get the result.
 |