GNU libmicrohttpd
0.9.72
|
Tables of the string response phrases. More...
Go to the source code of this file.
Macros | |
#define | NULL ((void*) 0) |
#define | BLOCK(m) { (sizeof(m) / sizeof(char*)), m } |
Functions | |
const char * | MHD_get_reason_phrase_for (unsigned int code) |
Variables | |
static const char *const | invalid_hundred [] |
static const char *const | one_hundred [] |
static const char *const | two_hundred [] |
static const char *const | three_hundred [] |
static const char *const | four_hundred [] |
static const char *const | five_hundred [] |
static const struct MHD_Reason_Block | reasons [] |
Tables of the string response phrases.
Definition in file reason_phrase.c.
#define BLOCK | ( | m | ) | { (sizeof(m) / sizeof(char*)), m } |
Definition at line 164 of file reason_phrase.c.
#define NULL ((void*) 0) |
Definition at line 31 of file reason_phrase.c.
const char* MHD_get_reason_phrase_for | ( | unsigned int | code | ) |
Returns the string reason phrase for a response code.
If message string is not available for a status code, "Unknown" string will be returned.
Definition at line 177 of file reason_phrase.c.
References reasons.
Referenced by build_header_response().
|
static |
Definition at line 142 of file reason_phrase.c.
|
static |
Definition at line 87 of file reason_phrase.c.
|
static |
Definition at line 34 of file reason_phrase.c.
|
static |
Definition at line 38 of file reason_phrase.c.
|
static |
Definition at line 142 of file reason_phrase.c.
Referenced by MHD_get_reason_phrase_for().
|
static |
Definition at line 75 of file reason_phrase.c.
|
static |
Definition at line 45 of file reason_phrase.c.