GNU libmicrohttpd
0.9.29
|
Tables of the string response phrases. More...
#include "reason_phrase.h"
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 * | invalid_hundred [] = { NULL } |
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 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 140 of file reason_phrase.c.
return 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 we don't have a string for a status code, we give the first message in that status code class.
Definition at line 152 of file reason_phrase.c.
Referenced by build_header_response().
|
static |
Definition at line 119 of file reason_phrase.c.
|
static |
Definition at line 64 of file reason_phrase.c.
|
static |
Definition at line 34 of file reason_phrase.c.
|
static |
Definition at line 36 of file reason_phrase.c.
|
static |
Definition at line 142 of file reason_phrase.c.
|
static |
Definition at line 53 of file reason_phrase.c.
|
static |
Definition at line 42 of file reason_phrase.c.