TRIP Routing Daemon
TRIP (RFC 3219) Location Server Implementation
Loading...
Searching...
No Matches
http_status.h File Reference

HTTP status code constants. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define STATUS_200   "HTTP/1.1 200 OK\r\n"
#define STATUS_404   "HTTP/1.1 404 Not Found\r\nContent-Length: 0\r\n"
#define STATUS_413   "HTTP/1.1 413 Content Too Large\r\nContent-Length: 0\r\n"
#define STATUS_422   "HTTP/1.1 422 Unprocessable Content\r\nContent-Length: 0\r\n"
#define STATUS_505   "HTTP/1.1 505 HTTP Version Not Supported\r\nContent-Length: 0\r\n"

Detailed Description

HTTP status code constants.