Changeset 2062 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 29/12/12 02:28:43 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2061 r2062 699 699 <li><a href="#rfc.section.6.5.9">6.5.9</a> <a href="#status.410">410 Gone</a></li> 700 700 <li><a href="#rfc.section.6.5.10">6.5.10</a> <a href="#status.411">411 Length Required</a></li> 701 <li><a href="#rfc.section.6.5.11">6.5.11</a> <a href="#status.413">413 RequestPayload Too Large</a></li>701 <li><a href="#rfc.section.6.5.11">6.5.11</a> <a href="#status.413">413 Payload Too Large</a></li> 702 702 <li><a href="#rfc.section.6.5.12">6.5.12</a> <a href="#status.414">414 URI Too Long</a></li> 703 703 <li><a href="#rfc.section.6.5.13">6.5.13</a> <a href="#status.415">415 Unsupported Media Type</a></li> … … 2289 2289 <tr> 2290 2290 <td class="left">413</td> 2291 <td class="left"> Request RepresentationToo Large</td>2292 <td class="left"><a href="#status.413" id="rfc.xref.status.413.1" title="413 RequestPayload Too Large">Section 6.5.11</a></td>2291 <td class="left">Payload Too Large</td> 2292 <td class="left"><a href="#status.413" id="rfc.xref.status.413.1" title="413 Payload Too Large">Section 6.5.11</a></td> 2293 2293 </tr> 2294 2294 <tr> … … 2670 2670 </p> 2671 2671 <div id="rfc.iref.74"></div> 2672 <h3 id="rfc.section.6.5.11"><a href="#rfc.section.6.5.11">6.5.11</a> <a id="status.413" href="#status.413">413 RequestPayload Too Large</a></h3>2673 <p id="rfc.section.6.5.11.p.1">The <dfn>413 ( RequestPayload Too Large)</dfn> status code indicates that the server is refusing to process a request because the request payload is larger than the server2672 <h3 id="rfc.section.6.5.11"><a href="#rfc.section.6.5.11">6.5.11</a> <a id="status.413" href="#status.413">413 Payload Too Large</a></h3> 2673 <p id="rfc.section.6.5.11.p.1">The <dfn>413 (Payload Too Large)</dfn> status code indicates that the server is refusing to process a request because the request payload is larger than the server 2674 2674 is willing or able to process. The server <em class="bcp14">MAY</em> close the connection to prevent the client from continuing the request. 2675 2675 </p> … … 3368 3368 <tr> 3369 3369 <td class="left">413</td> 3370 <td class="left"> RequestPayload Too Large</td>3371 <td class="left"> <a href="#status.413" id="rfc.xref.status.413.2" title="413 RequestPayload Too Large">Section 6.5.11</a>3370 <td class="left">Payload Too Large</td> 3371 <td class="left"> <a href="#status.413" id="rfc.xref.status.413.2" title="413 Payload Too Large">Section 6.5.11</a> 3372 3372 </td> 3373 3373 </tr> … … 4371 4371 <li>410 Gone (status code) <a href="#rfc.xref.status.410.1">6.1</a>, <a href="#rfc.iref.74"><b>6.5.9</b></a>, <a href="#rfc.xref.status.410.2">8.2.3</a></li> 4372 4372 <li>411 Length Required (status code) <a href="#rfc.xref.status.411.1">6.1</a>, <a href="#rfc.iref.74"><b>6.5.10</b></a>, <a href="#rfc.xref.status.411.2">8.2.3</a></li> 4373 <li>413 RequestPayload Too Large (status code) <a href="#rfc.xref.status.413.1">6.1</a>, <a href="#rfc.iref.74"><b>6.5.11</b></a>, <a href="#rfc.xref.status.413.2">8.2.3</a></li>4373 <li>413 Payload Too Large (status code) <a href="#rfc.xref.status.413.1">6.1</a>, <a href="#rfc.iref.74"><b>6.5.11</b></a>, <a href="#rfc.xref.status.413.2">8.2.3</a></li> 4374 4374 <li>414 URI Too Long (status code) <a href="#rfc.xref.status.414.1">6.1</a>, <a href="#rfc.iref.74"><b>6.5.12</b></a>, <a href="#rfc.xref.status.414.2">8.2.3</a></li> 4375 4375 <li>415 Unsupported Media Type (status code) <a href="#rfc.xref.status.415.1">6.1</a>, <a href="#rfc.iref.74"><b>6.5.13</b></a>, <a href="#rfc.xref.status.415.2">8.2.3</a></li>
Note: See TracChangeset
for help on using the changeset viewer.