UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
statcodes.hpp File Reference

HTTP status codes. More...

+ Include dependency graph for statcodes.hpp:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

HTTP status codes.

This file defines status codes, buffers to store the status messages and functions to manipulate those buffers.

Definition in file statcodes.hpp.

Function Documentation

◆ http_get_code_text()

const char * http_get_code_text ( int  statusCode)

Return the right status message based on the passed in int statusCode input parameter.

Returns
Pointer to the status message string.
Parameters
[in]statusCodeStatus code based on which the status table and status message is returned.

Definition at line 166 of file statcodes.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: