Changeset 2086 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 05/01/13 08:56:48 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r2083 r2086 1101 1101 HTTP does not place a pre-defined limit on the length of a request-line. 1102 1102 A server that receives a method longer than any that it implements 1103 &SHOULD; respond with either a <x:ref>405 (Method Not Allowed)</x:ref>, if it is an origin 1104 server, or a <x:ref>501 (Not Implemented)</x:ref> status code. 1103 &SHOULD; respond with a <x:ref>501 (Not Implemented)</x:ref> status code. 1105 1104 A server &MUST; be prepared to receive URIs of unbounded length and 1106 1105 respond with the <x:ref>414 (URI Too Long)</x:ref> status code if the received … … 3923 3922 <x:defines>4xx</x:defines> 3924 3923 <x:defines>400 (Bad Request)</x:defines> 3925 <x:defines>405 (Method Not Allowed)</x:defines>3926 3924 <x:defines>411 (Length Required)</x:defines> 3927 3925 <x:defines>414 (URI Too Long)</x:defines>
Note: See TracChangeset
for help on using the changeset viewer.