HTTP status codes. More...
Go to the source code of this file.
Functions | |
const char * | http_get_code_text (int statusCode) |
Return the right status message based on the passed in int statusCode input parameter. | |
Scope restricted to file | |
void | anonymous_namespace{statcodes.cpp}::init_table (const char *encoded_str, const char *table[], int tbl_size) |
Initializing table representing an array of string pointers. | |
void | anonymous_namespace{statcodes.cpp}::init_tables () |
Initializing tables with HTTP strings and different HTTP codes. | |
HTTP status codes.
This file defines status codes, buffers to store the status messages and functions to manipulate those buffers.
Definition in file statcodes.cpp.
const char * http_get_code_text | ( | int | statusCode | ) |
Return the right status message based on the passed in int statusCode input parameter.
[in] | statusCode | Status code based on which the status table and status message is returned. |
Definition at line 166 of file statcodes.cpp.