Rebel Fork Framework
HttpRequest.h File Reference
#include <EASTL/shared_array.h>
#include <Urho3D/Core/Mutex.h>
#include <Urho3D/Container/RefCounted.h>
#include <Urho3D/Core/Thread.h>
#include <Urho3D/IO/Deserializer.h>
#include <Urho3D/IO/VectorBuffer.h>
#include <Urho3D/Network/URL.h>

Classes

class  Urho3D::HttpRequest
 An HTTP connection with response data stream. More...
 

Enumerations

enum  Urho3D::HttpRequestState { HTTP_INITIALIZING = 0, HTTP_ERROR, HTTP_OPEN, HTTP_CLOSED }
 HTTP connection state.