Changeset 2062 for draft-ietf-httpbis
- Timestamp:
- 29/12/12 02:28:43 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 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> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2061 r2062 2559 2559 <c>411</c> <c>Length Required</c> <c><xref target="status.411"/></c> 2560 2560 <c>412</c> <c>Precondition Failed</c> <c anchor="status.412">&status-412;</c> 2561 <c>413</c> <c> Request RepresentationToo Large</c> <c><xref target="status.413"/></c>2561 <c>413</c> <c>Payload Too Large</c> <c><xref target="status.413"/></c> 2562 2562 <c>414</c> <c>URI Too Long</c> <c><xref target="status.414"/></c> 2563 2563 <c>415</c> <c>Unsupported Media Type</c> <c><xref target="status.415"/></c> … … 3276 3276 </section> 3277 3277 3278 <section title="413 RequestPayload Too Large" anchor="status.413">3279 <iref primary="true" item="413 RequestPayload Too Large (status code)" x:for-anchor=""/>3280 <x:anchor-alias value="413 ( RequestPayload Too Large)"/>3281 <t> 3282 The <x:dfn>413 ( RequestPayload Too Large)</x:dfn> status code indicates3278 <section title="413 Payload Too Large" anchor="status.413"> 3279 <iref primary="true" item="413 Payload Too Large (status code)" x:for-anchor=""/> 3280 <x:anchor-alias value="413 (Payload Too Large)"/> 3281 <t> 3282 The <x:dfn>413 (Payload Too Large)</x:dfn> status code indicates 3283 3283 that the server is refusing to process a request because the request 3284 3284 payload is larger than the server is willing or able to process. … … 4249 4249 </c> 4250 4250 <c>413</c> 4251 <c> RequestPayload Too Large</c>4251 <c>Payload Too Large</c> 4252 4252 <c> 4253 4253 <xref target="status.413"/>
Note: See TracChangeset
for help on using the changeset viewer.