Changeset 1435 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 02/09/11 22:37:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1430 r1435 1329 1329 <section title="Status Code Definitions" anchor="status.codes"> 1330 1330 <t> 1331 The first digit of the Status-Code defines the class of response. The 1332 last two digits do not have any categorization role. There are 5 1333 values for the first digit: 1334 <list style="symbols"> 1335 <t> 1336 1xx: Informational - Request received, continuing process 1337 </t> 1338 <t> 1339 2xx: Success - The action was successfully received, 1340 understood, and accepted 1341 </t> 1342 <t> 1343 3xx: Redirection - Further action must be taken in order to 1344 complete the request 1345 </t> 1346 <t> 1347 4xx: Client Error - The request contains bad syntax or cannot 1348 be fulfilled 1349 </t> 1350 <t> 1351 5xx: Server Error - The server failed to fulfill an apparently 1352 valid request 1353 </t> 1354 </list> 1355 </t> 1356 <t> 1331 1357 Each Status-Code is described below, including any metadata required 1332 1358 in the response. … … 3732 3758 <x:ref>From</x:ref> = mailbox 3733 3759 3734 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part1], Section 6.1>3760 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part1], Section 5.1> 3735 3761 3736 3762 <x:ref>Location</x:ref> = URI-reference … … 3768 3794 3769 3795 <x:ref>partial-URI</x:ref> = <partial-URI, defined in [Part1], Section 2.7> 3770 <x:ref>product</x:ref> = <product, defined in [Part1], Section 6.3>3796 <x:ref>product</x:ref> = <product, defined in [Part1], Section 5.3> 3771 3797 3772 3798 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.3>
Note: See TracChangeset
for help on using the changeset viewer.