Changeset 2062 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 29/12/12 02:28:43 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.