|
Polyphase Game Engine
|
Functions | |
| const char * | HttpVerbToString (HttpVerb verb) |
| HttpVerb | HttpVerbFromString (const char *s) |
| const char * | HttpErrorToString (HttpError err) |
| bool | HttpStatusIsSuccess (int statusCode) |
| bool | HttpStatusIsRedirect (int statusCode) |
| const char * HttpErrorToString | ( | HttpError | err | ) |
| bool HttpStatusIsRedirect | ( | int | statusCode | ) |
| bool HttpStatusIsSuccess | ( | int | statusCode | ) |
| HttpVerb HttpVerbFromString | ( | const char * | s | ) |
| const char * HttpVerbToString | ( | HttpVerb | verb | ) |