GNU libmicrohttpd
0.9.29
|
These are the status codes defined for HTTP responses.
#define MHD_HTTP_ACCEPTED 202 |
Definition at line 221 of file microhttpd.h.
#define MHD_HTTP_BAD_GATEWAY 502 |
Definition at line 267 of file microhttpd.h.
#define MHD_HTTP_BAD_REQUEST 400 |
Definition at line 237 of file microhttpd.h.
Referenced by MHD_connection_handle_idle(), parse_connection_headers(), and process_broken_line().
#define MHD_HTTP_BANDWIDTH_LIMIT_EXCEEDED 509 |
Definition at line 273 of file microhttpd.h.
#define MHD_HTTP_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS 450 |
Definition at line 262 of file microhttpd.h.
#define MHD_HTTP_CONFLICT 409 |
Definition at line 246 of file microhttpd.h.
#define MHD_HTTP_CONTINUE 100 |
Definition at line 215 of file microhttpd.h.
#define MHD_HTTP_CREATED 201 |
Definition at line 220 of file microhttpd.h.
#define MHD_HTTP_EXPECTATION_FAILED 417 |
Definition at line 254 of file microhttpd.h.
#define MHD_HTTP_FAILED_DEPENDENCY 424 |
Definition at line 257 of file microhttpd.h.
#define MHD_HTTP_FORBIDDEN 403 |
Definition at line 240 of file microhttpd.h.
#define MHD_HTTP_FOUND 302 |
Definition at line 230 of file microhttpd.h.
#define MHD_HTTP_GATEWAY_TIMEOUT 504 |
Definition at line 269 of file microhttpd.h.
#define MHD_HTTP_GONE 410 |
Definition at line 247 of file microhttpd.h.
#define MHD_HTTP_HTTP_VERSION_NOT_SUPPORTED 505 |
Definition at line 270 of file microhttpd.h.
#define MHD_HTTP_INSUFFICIENT_STORAGE 507 |
Definition at line 272 of file microhttpd.h.
#define MHD_HTTP_INTERNAL_SERVER_ERROR 500 |
Definition at line 265 of file microhttpd.h.
Referenced by MHD_connection_update_event_loop_info().
#define MHD_HTTP_LENGTH_REQUIRED 411 |
Definition at line 248 of file microhttpd.h.
#define MHD_HTTP_LOCKED 423 |
Definition at line 256 of file microhttpd.h.
#define MHD_HTTP_METHOD_NOT_ACCEPTABLE 406 |
Definition at line 243 of file microhttpd.h.
#define MHD_HTTP_METHOD_NOT_ALLOWED 405 |
Definition at line 242 of file microhttpd.h.
#define MHD_HTTP_MOVED_PERMANENTLY 301 |
Definition at line 229 of file microhttpd.h.
#define MHD_HTTP_MULTI_STATUS 207 |
Definition at line 226 of file microhttpd.h.
#define MHD_HTTP_MULTIPLE_CHOICES 300 |
Definition at line 228 of file microhttpd.h.
#define MHD_HTTP_NO_CONTENT 204 |
Definition at line 223 of file microhttpd.h.
#define MHD_HTTP_NO_RESPONSE 444 |
Definition at line 260 of file microhttpd.h.
#define MHD_HTTP_NON_AUTHORITATIVE_INFORMATION 203 |
Definition at line 222 of file microhttpd.h.
#define MHD_HTTP_NOT_EXTENDED 510 |
Definition at line 274 of file microhttpd.h.
#define MHD_HTTP_NOT_FOUND 404 |
Definition at line 241 of file microhttpd.h.
#define MHD_HTTP_NOT_IMPLEMENTED 501 |
Definition at line 266 of file microhttpd.h.
#define MHD_HTTP_NOT_MODIFIED 304 |
Definition at line 232 of file microhttpd.h.
#define MHD_HTTP_OK 200 |
Definition at line 219 of file microhttpd.h.
#define MHD_HTTP_PARTIAL_CONTENT 206 |
Definition at line 225 of file microhttpd.h.
#define MHD_HTTP_PAYMENT_REQUIRED 402 |
Definition at line 239 of file microhttpd.h.
#define MHD_HTTP_PRECONDITION_FAILED 412 |
Definition at line 249 of file microhttpd.h.
#define MHD_HTTP_PROCESSING 102 |
Definition at line 217 of file microhttpd.h.
#define MHD_HTTP_PROXY_AUTHENTICATION_REQUIRED 407 |
Definition at line 244 of file microhttpd.h.
#define MHD_HTTP_REQUEST_ENTITY_TOO_LARGE 413 |
Definition at line 250 of file microhttpd.h.
Referenced by connection_add_header(), get_next_header_line(), MHD_connection_update_event_loop_info(), parse_cookie_header(), and process_broken_line().
#define MHD_HTTP_REQUEST_TIMEOUT 408 |
Definition at line 245 of file microhttpd.h.
#define MHD_HTTP_REQUEST_URI_TOO_LONG 414 |
Definition at line 251 of file microhttpd.h.
Referenced by get_next_header_line(), and MHD_connection_update_event_loop_info().
#define MHD_HTTP_REQUESTED_RANGE_NOT_SATISFIABLE 416 |
Definition at line 253 of file microhttpd.h.
#define MHD_HTTP_RESET_CONTENT 205 |
Definition at line 224 of file microhttpd.h.
#define MHD_HTTP_RETRY_WITH 449 |
Definition at line 261 of file microhttpd.h.
#define MHD_HTTP_SEE_OTHER 303 |
Definition at line 231 of file microhttpd.h.
#define MHD_HTTP_SERVICE_UNAVAILABLE 503 |
Definition at line 268 of file microhttpd.h.
#define MHD_HTTP_SWITCH_PROXY 306 |
Definition at line 234 of file microhttpd.h.
#define MHD_HTTP_SWITCHING_PROTOCOLS 101 |
Definition at line 216 of file microhttpd.h.
#define MHD_HTTP_TEMPORARY_REDIRECT 307 |
Definition at line 235 of file microhttpd.h.
#define MHD_HTTP_UNAUTHORIZED 401 |
Definition at line 238 of file microhttpd.h.
Referenced by MHD_queue_auth_fail_response(), and MHD_queue_basic_auth_fail_response().
#define MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS 451 |
Definition at line 263 of file microhttpd.h.
#define MHD_HTTP_UNORDERED_COLLECTION 425 |
Definition at line 258 of file microhttpd.h.
#define MHD_HTTP_UNPROCESSABLE_ENTITY 422 |
Definition at line 255 of file microhttpd.h.
#define MHD_HTTP_UNSUPPORTED_MEDIA_TYPE 415 |
Definition at line 252 of file microhttpd.h.
#define MHD_HTTP_UPGRADE_REQUIRED 426 |
Definition at line 259 of file microhttpd.h.
#define MHD_HTTP_USE_PROXY 305 |
Definition at line 233 of file microhttpd.h.
#define MHD_HTTP_VARIANT_ALSO_NEGOTIATES 506 |
Definition at line 271 of file microhttpd.h.