|
ImagingTools Core SDK
|
#include <IHttpClientRequest.h>
Inherits istd::IChangeable.
Public Types | |
| enum | RequestState { RS_CREATED = 0x0000 , RS_READY_TO_PROCESSING = 0x0001 , RS_PROCESSING = 0x0002 , RS_FINISHED = 0x0004 , RS_NO_ERROR = 0x0008 , RS_ERROR = 0x0010 } |
Interface for a container that containing information about HTTP requests(is a unit of model).
Definition at line 19 of file IHttpClientRequest.h.
Definition at line 22 of file IHttpClientRequest.h.