libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

http-status-texi.gen (5295B)


      1 0: No status code, used if no HTTP status is available (uninitialized) [None]
      2 @item MHD_HTTP_STATUS_CONTINUE
      3 100: Continue [RFC7231, Section 6.2.1]
      4 @item MHD_HTTP_STATUS_SWITCHING_PROTOCOLS
      5 101: Switching Protocols [RFC7231, Section 6.2.2]
      6 @item MHD_HTTP_STATUS_PROCESSING
      7 102: Processing [RFC2518]
      8 @item MHD_HTTP_STATUS_EARLY_HINTS
      9 103: Early Hints [RFC8297]
     10 @item MHD_HTTP_STATUS_OK
     11 200: OK [RFC7231, Section 6.3.1]
     12 @item MHD_HTTP_STATUS_CREATED
     13 201: Created [RFC7231, Section 6.3.2]
     14 @item MHD_HTTP_STATUS_ACCEPTED
     15 202: Accepted [RFC7231, Section 6.3.3]
     16 @item MHD_HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION
     17 203: Non-Authoritative Information [RFC7231, Section 6.3.4]
     18 @item MHD_HTTP_STATUS_NO_CONTENT
     19 204: No Content [RFC7231, Section 6.3.5]
     20 @item MHD_HTTP_STATUS_RESET_CONTENT
     21 205: Reset Content [RFC7231, Section 6.3.6]
     22 @item MHD_HTTP_STATUS_PARTIAL_CONTENT
     23 206: Partial Content [RFC7233, Section 4.1]
     24 @item MHD_HTTP_STATUS_MULTI_STATUS
     25 207: Multi-Status [RFC4918]
     26 @item MHD_HTTP_STATUS_ALREADY_REPORTED
     27 208: Already Reported [RFC5842]
     28 @item MHD_HTTP_STATUS_IM_USED
     29 226: IM Used [RFC3229]
     30 @item MHD_HTTP_STATUS_MULTIPLE_CHOICES
     31 300: Multiple Choices [RFC7231, Section 6.4.1]
     32 @item MHD_HTTP_STATUS_MOVED_PERMANENTLY
     33 301: Moved Permanently [RFC7231, Section 6.4.2]
     34 @item MHD_HTTP_STATUS_FOUND
     35 302: Found [RFC7231, Section 6.4.3]
     36 @item MHD_HTTP_STATUS_SEE_OTHER
     37 303: See Other [RFC7231, Section 6.4.4]
     38 @item MHD_HTTP_STATUS_NOT_MODIFIED
     39 304: Not Modified [RFC7232, Section 4.1]
     40 @item MHD_HTTP_STATUS_USE_PROXY
     41 305: Use Proxy [RFC7231, Section 6.4.5]
     42 @item MHD_HTTP_STATUS_SWITCH_PROXY
     43 306: Switch proxy (not used) [RFC7231, Section 6.4.6]
     44 @item MHD_HTTP_STATUS_TEMPORARY_REDIRECT
     45 307: Temporary Redirect [RFC7231, Section 6.4.7]
     46 @item MHD_HTTP_STATUS_PERMANENT_REDIRECT
     47 308: Permanent Redirect [RFC7538]
     48 @item MHD_HTTP_STATUS_BAD_REQUEST
     49 400: Bad Request [RFC7231, Section 6.5.1]
     50 @item MHD_HTTP_STATUS_UNAUTHORIZED
     51 401: Unauthorized [RFC7235, Section 3.1]
     52 @item MHD_HTTP_STATUS_PAYMENT_REQUIRED
     53 402: Payment Required [RFC7231, Section 6.5.2]
     54 @item MHD_HTTP_STATUS_FORBIDDEN
     55 403: Forbidden [RFC7231, Section 6.5.3]
     56 @item MHD_HTTP_STATUS_NOT_FOUND
     57 404: Not Found [RFC7231, Section 6.5.4]
     58 @item MHD_HTTP_STATUS_METHOD_NOT_ALLOWED
     59 405: Method Not Allowed [RFC7231, Section 6.5.5]
     60 @item MHD_HTTP_STATUS_NOT_ACCEPTABLE
     61 406: Not Acceptable [RFC7231, Section 6.5.6]
     62 @item MHD_HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED
     63 407: Proxy Authentication Required [RFC7235, Section 3.2]
     64 @item MHD_HTTP_STATUS_REQUEST_TIMEOUT
     65 408: Request Timeout [RFC7231, Section 6.5.7]
     66 @item MHD_HTTP_STATUS_CONFLICT
     67 409: Conflict [RFC7231, Section 6.5.8]
     68 @item MHD_HTTP_STATUS_GONE
     69 410: Gone [RFC7231, Section 6.5.9]
     70 @item MHD_HTTP_STATUS_LENGTH_REQUIRED
     71 411: Length Required [RFC7231, Section 6.5.10]
     72 @item MHD_HTTP_STATUS_PRECONDITION_FAILED
     73 412: Precondition Failed [RFC7232, Section 4.2][RFC8144, Section 3.2]
     74 @item MHD_HTTP_STATUS_CONTENT_TOO_LARGE
     75 413: Content Too Large [RFC9110, Section 15.5.14]
     76 @item MHD_HTTP_STATUS_URI_TOO_LONG
     77 414: URI Too Long [RFC7231, Section 6.5.12]
     78 @item MHD_HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE
     79 415: Unsupported Media Type [RFC7231, Section 6.5.13][RFC7694, Section 3]
     80 @item MHD_HTTP_STATUS_RANGE_NOT_SATISFIABLE
     81 416: Range Not Satisfiable [RFC7233, Section 4.4]
     82 @item MHD_HTTP_STATUS_EXPECTATION_FAILED
     83 417: Expectation Failed [RFC7231, Section 6.5.14]
     84 @item MHD_HTTP_STATUS_MISDIRECTED_REQUEST
     85 421: Misdirected Request [RFC7540, Section 9.1.2]
     86 @item MHD_HTTP_STATUS_UNPROCESSABLE_CONTENT
     87 422: Unprocessable Content [RFC9110, Section 15.5.21]
     88 @item MHD_HTTP_STATUS_LOCKED
     89 423: Locked [RFC4918]
     90 @item MHD_HTTP_STATUS_FAILED_DEPENDENCY
     91 424: Failed Dependency [RFC4918]
     92 @item MHD_HTTP_STATUS_TOO_EARLY
     93 425: Too Early [RFC8470]
     94 @item MHD_HTTP_STATUS_UPGRADE_REQUIRED
     95 426: Upgrade Required [RFC7231, Section 6.5.15]
     96 @item MHD_HTTP_STATUS_PRECONDITION_REQUIRED
     97 428: Precondition Required [RFC6585]
     98 @item MHD_HTTP_STATUS_TOO_MANY_REQUESTS
     99 429: Too Many Requests [RFC6585]
    100 @item MHD_HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE
    101 431: Request Header Fields Too Large [RFC6585]
    102 @item MHD_HTTP_STATUS_RETRY_WITH
    103 449: Retry with [MS IIS extension]
    104 @item MHD_HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS
    105 451: Unavailable For Legal Reasons [RFC7725]
    106 @item MHD_HTTP_STATUS_INTERNAL_SERVER_ERROR
    107 500: Internal Server Error [RFC7231, Section 6.6.1]
    108 @item MHD_HTTP_STATUS_NOT_IMPLEMENTED
    109 501: Not Implemented [RFC7231, Section 6.6.2]
    110 @item MHD_HTTP_STATUS_BAD_GATEWAY
    111 502: Bad Gateway [RFC7231, Section 6.6.3]
    112 @item MHD_HTTP_STATUS_SERVICE_UNAVAILABLE
    113 503: Service Unavailable [RFC7231, Section 6.6.4]
    114 @item MHD_HTTP_STATUS_GATEWAY_TIMEOUT
    115 504: Gateway Timeout [RFC7231, Section 6.6.5]
    116 @item MHD_HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED
    117 505: HTTP Version Not Supported [RFC7231, Section 6.6.6]
    118 @item MHD_HTTP_STATUS_VARIANT_ALSO_NEGOTIATES
    119 506: Variant Also Negotiates [RFC2295]
    120 @item MHD_HTTP_STATUS_INSUFFICIENT_STORAGE
    121 507: Insufficient Storage [RFC4918]
    122 @item MHD_HTTP_STATUS_LOOP_DETECTED
    123 508: Loop Detected [RFC5842]
    124 @item MHD_HTTP_STATUS_NOT_EXTENDED
    125 509: Bandwidth Limit Exceeded [Apache extension]
    126 @item MHD_HTTP_STATUS_UNINITIALIZED
    127 510: Not Extended [RFC2774]
    128 @item MHD_HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED
    129 511: Network Authentication Required [RFC6585]
    130 @item MHD_HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED
    131