#213 closed design (fixed)
What is the value space of HTTP status codes?
Reported by: | mnot@… | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 13 |
Component: | p1-messaging | Severity: | Active WG Document |
Keywords: | Cc: |
Description
p1 defines HTTP status codes as "a 3-digit integer result code" with the following value space:
The first digit of the Status-Code defines the class of response. The last two digits do not have any categorization role. There are 5 values for the first digit:
- 1xx: Informational - Request received, continuing process
- 2xx: Success - The action was successfully received, understood, and accepted
- 3xx: Redirection - Further action must be taken in order to complete the request
- 4xx: Client Error - The request contains bad syntax or cannot be fulfilled
- 5xx: Server Error - The server failed to fulfill an apparently valid request
The BNF, however, allows other values;
Status-Code = 3DIGIT
IANA has asked what the status of codes is outside of this range; e.g., is a 0xx status code reserved, unregistered, or just not allowed? Likewise for 6xx (used by some implementations for local status codes) and upwards.
Also, should the value space be defined in p1 or p2?
Change History (5)
comment:1 Changed 12 years ago by julian.reschke@…
comment:2 Changed 12 years ago by mnot@…
p2-semantics now says:
New HTTP status codes are required to fall under one of the categories defined in Section 8.
As per #229.
I think this makes it clear that codes outside those ranges are disallowed (at least for registration purposes).
comment:3 Changed 12 years ago by mnot@…
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 12 years ago by julian.reschke@…
(the change actually happened in [1035])
comment:5 Changed 12 years ago by julian.reschke@…
- Milestone changed from unassigned to 13
From [982]:
initial version of content-disposition ID derived from draft-reschke-rfc2183-in-http-03 (see #213)