GNU libmicrohttpd  0.9.29
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
reason_phrase.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const char * MHD_get_reason_phrase_for (unsigned int code)
 

Function Documentation

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 153 of file reason_phrase.c.

Referenced by build_header_response().

Here is the caller graph for this function: