GNU libmicrohttpd
0.9.5
|
Go to the source code of this file.
Functions | |
const char * | MHD_get_reason_phrase_for (unsigned int code) |
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().