Panda3D
|
Public Member Functions | |
Http_Request (SOCKET sck, Socket_Address &inaddr) | |
void | Abort () |
void | AppendToResponse (const std::string &in) |
bool | BuildPage (BufferedWriter_Growable &_writer, ParsedHttpRequest &parser) |
void | Finish () |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
const char * | GetOption (std::string in) |
std::string | GetRawRequest () |
std::string | GetRequestOptionString () |
std::string | GetRequestType () |
std::string | GetRequestURL () |
std::string | GetSourceAddress () |
bool | HasOption (std::string in) |
void | SendThisResponse (const std::string &in) |
CloseState | TryAndFinalize () |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static Http_Request * | HttpManager_GetARequest () |
static bool | HttpManager_Initialize (unsigned short port) |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. |
Definition at line 7 of file http_request.h.
static void Http_Request::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from HttpConnection.
Definition at line 104 of file http_request.h.