Changeset 376 for draft-ietf-httpbis
- Timestamp:
- 14/11/08 18:29:18 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r375 r376 1043 1043 <a href="#chunked.transfer.encoding" class="smpl">last-chunk</a> = 1*("0") *WSP [ <a href="#chunked.transfer.encoding" class="smpl">chunk-ext</a> ] <a href="#core.rules" class="smpl">CRLF</a> 1044 1044 1045 <a href="#chunked.transfer.encoding" class="smpl">chunk-ext</a> = *( ";" *WSP <a href="#chunked.transfer.encoding" class="smpl">chunk-ext-name</a> [ "=" <a href="#chunked.transfer.encoding" class="smpl">chunk-ext-val</a> ] *WSP ) 1045 <a href="#chunked.transfer.encoding" class="smpl">chunk-ext</a> = *( ";" *WSP <a href="#chunked.transfer.encoding" class="smpl">chunk-ext-name</a> 1046 [ "=" <a href="#chunked.transfer.encoding" class="smpl">chunk-ext-val</a> ] *WSP ) 1046 1047 <a href="#chunked.transfer.encoding" class="smpl">chunk-ext-name</a> = <a href="#rule.token.separators" class="smpl">token</a> 1047 1048 <a href="#chunked.transfer.encoding" class="smpl">chunk-ext-val</a> = <a href="#rule.token.separators" class="smpl">token</a> / <a href="#rule.quoted-string" class="smpl">quoted-string</a> … … 1709 1710 transfer-coding is a property of the message, not of the entity. 1710 1711 </p> 1711 <div id="rfc.figure.u.53"></div><pre class="inline"><span id="rfc.iref.g.86"></span><span id="rfc.iref.g.87"></span> <a href="#header.transfer-encoding" class="smpl">Transfer-Encoding</a> = "Transfer-Encoding" ":" <a href="#rule.whitespace" class="smpl">OWS</a> <a href="#header.transfer-encoding" class="smpl">Transfer-Encoding-v</a> 1712 <div id="rfc.figure.u.53"></div><pre class="inline"><span id="rfc.iref.g.86"></span><span id="rfc.iref.g.87"></span> <a href="#header.transfer-encoding" class="smpl">Transfer-Encoding</a> = "Transfer-Encoding" ":" <a href="#rule.whitespace" class="smpl">OWS</a> 1713 <a href="#header.transfer-encoding" class="smpl">Transfer-Encoding-v</a> 1712 1714 <a href="#header.transfer-encoding" class="smpl">Transfer-Encoding-v</a> = 1#<a href="#transfer.codings" class="smpl">transfer-coding</a> 1713 1715 </pre><p id="rfc.section.8.7.p.3">Transfer-codings are defined in <a href="#transfer.codings" title="Transfer Codings">Section 3.4</a>. An example is: … … 1756 1758 </p> 1757 1759 <div id="rfc.figure.u.57"></div><pre class="inline"><span id="rfc.iref.g.90"></span><span id="rfc.iref.g.91"></span><span id="rfc.iref.g.92"></span><span id="rfc.iref.g.93"></span><span id="rfc.iref.g.94"></span><span id="rfc.iref.g.95"></span><span id="rfc.iref.g.96"></span> <a href="#header.via" class="smpl">Via</a> = "Via" ":" <a href="#rule.whitespace" class="smpl">OWS</a> <a href="#header.via" class="smpl">Via-v</a> 1758 <a href="#header.via" class="smpl">Via-v</a> = 1#( <a href="#header.via" class="smpl">received-protocol</a> <a href="#rule.whitespace" class="smpl">RWS</a> <a href="#header.via" class="smpl">received-by</a> [ <a href="#rule.whitespace" class="smpl">RWS</a> <a href="#rule.comment" class="smpl">comment</a> ] ) 1760 <a href="#header.via" class="smpl">Via-v</a> = 1#( <a href="#header.via" class="smpl">received-protocol</a> <a href="#rule.whitespace" class="smpl">RWS</a> <a href="#header.via" class="smpl">received-by</a> 1761 [ <a href="#rule.whitespace" class="smpl">RWS</a> <a href="#rule.comment" class="smpl">comment</a> ] ) 1759 1762 <a href="#header.via" class="smpl">received-protocol</a> = [ <a href="#header.via" class="smpl">protocol-name</a> "/" ] <a href="#header.via" class="smpl">protocol-version</a> 1760 1763 <a href="#header.via" class="smpl">protocol-name</a> = <a href="#rule.token.separators" class="smpl">token</a> -
draft-ietf-httpbis/latest/p1-messaging.xml
r375 r376 994 994 <x:ref>last-chunk</x:ref> = 1*("0") *WSP [ <x:ref>chunk-ext</x:ref> ] <x:ref>CRLF</x:ref> 995 995 996 <x:ref>chunk-ext</x:ref> = *( ";" *WSP <x:ref>chunk-ext-name</x:ref> [ "=" <x:ref>chunk-ext-val</x:ref> ] *WSP ) 996 <x:ref>chunk-ext</x:ref> = *( ";" *WSP <x:ref>chunk-ext-name</x:ref> 997 [ "=" <x:ref>chunk-ext-val</x:ref> ] *WSP ) 997 998 <x:ref>chunk-ext-name</x:ref> = <x:ref>token</x:ref> 998 999 <x:ref>chunk-ext-val</x:ref> = <x:ref>token</x:ref> / <x:ref>quoted-string</x:ref> … … 2382 2383 </t> 2383 2384 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Transfer-Encoding"/><iref primary="true" item="Grammar" subitem="Transfer-Encoding-v"/> 2384 <x:ref>Transfer-Encoding</x:ref> = "Transfer-Encoding" ":" <x:ref>OWS</x:ref> <x:ref>Transfer-Encoding-v</x:ref> 2385 <x:ref>Transfer-Encoding</x:ref> = "Transfer-Encoding" ":" <x:ref>OWS</x:ref> 2386 <x:ref>Transfer-Encoding-v</x:ref> 2385 2387 <x:ref>Transfer-Encoding-v</x:ref> = 1#<x:ref>transfer-coding</x:ref> 2386 2388 </artwork></figure> … … 2490 2492 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Via"/><iref primary="true" item="Grammar" subitem="Via-v"/><iref primary="true" item="Grammar" subitem="received-protocol"/><iref primary="true" item="Grammar" subitem="protocol-name"/><iref primary="true" item="Grammar" subitem="protocol-version"/><iref primary="true" item="Grammar" subitem="received-by"/><iref primary="true" item="Grammar" subitem="pseudonym"/> 2491 2493 <x:ref>Via</x:ref> = "Via" ":" <x:ref>OWS</x:ref> <x:ref>Via-v</x:ref> 2492 <x:ref>Via-v</x:ref> = 1#( <x:ref>received-protocol</x:ref> <x:ref>RWS</x:ref> <x:ref>received-by</x:ref> [ <x:ref>RWS</x:ref> <x:ref>comment</x:ref> ] ) 2494 <x:ref>Via-v</x:ref> = 1#( <x:ref>received-protocol</x:ref> <x:ref>RWS</x:ref> <x:ref>received-by</x:ref> 2495 [ <x:ref>RWS</x:ref> <x:ref>comment</x:ref> ] ) 2493 2496 <x:ref>received-protocol</x:ref> = [ <x:ref>protocol-name</x:ref> "/" ] <x:ref>protocol-version</x:ref> 2494 2497 <x:ref>protocol-name</x:ref> = <x:ref>token</x:ref> -
draft-ietf-httpbis/latest/p2-semantics.html
r374 r376 477 477 <tr> 478 478 <td class="header left"></td> 479 <td class="header right">November 1 3, 2008</td>479 <td class="header right">November 14, 2008</td> 480 480 </tr> 481 481 </table> -
draft-ietf-httpbis/latest/p3-payload.html
r374 r376 484 484 <tr> 485 485 <td class="header left"></td> 486 <td class="header right">November 1 3, 2008</td>486 <td class="header right">November 14, 2008</td> 487 487 </tr> 488 488 </table> … … 969 969 ) *( <a href="#notation" class="smpl">OWS</a> ";" <a href="#notation" class="smpl">OWS</a> <a href="#rule.parameter" class="smpl">parameter</a> ) 970 970 <a href="#header.accept" class="smpl">accept-params</a> = <a href="#notation" class="smpl">OWS</a> ";" <a href="#notation" class="smpl">OWS</a> "q=" <a href="#quality.values" class="smpl">qvalue</a> *( <a href="#header.accept" class="smpl">accept-ext</a> ) 971 <a href="#header.accept" class="smpl">accept-ext</a> = <a href="#notation" class="smpl">OWS</a> ";" <a href="#notation" class="smpl">OWS</a> <a href="#notation" class="smpl">token</a> [ "=" ( <a href="#notation" class="smpl">token</a> / <a href="#notation" class="smpl">quoted-string</a> ) ] 971 <a href="#header.accept" class="smpl">accept-ext</a> = <a href="#notation" class="smpl">OWS</a> ";" <a href="#notation" class="smpl">OWS</a> <a href="#notation" class="smpl">token</a> 972 [ "=" ( <a href="#notation" class="smpl">token</a> / <a href="#notation" class="smpl">quoted-string</a> ) ] 972 973 </pre><p id="rfc.section.6.1.p.3">The asterisk "*" character is used to group media types into ranges, with "*/*" indicating all media types and "type/*" indicating 973 974 all subtypes of that type. The media-range <em class="bcp14">MAY</em> include media type parameters that are applicable to that range. … … 1032 1033 <div id="rfc.figure.u.24"></div><pre class="inline"><span id="rfc.iref.g.22"></span><span id="rfc.iref.g.23"></span> <a href="#header.accept-charset" class="smpl">Accept-Charset</a> = "Accept-Charset" ":" <a href="#notation" class="smpl">OWS</a> 1033 1034 <a href="#header.accept-charset" class="smpl">Accept-Charset-v</a> 1034 <a href="#header.accept-charset" class="smpl">Accept-Charset-v</a> = 1#( ( <a href="#rule.charset" class="smpl">charset</a> / "*" ) [ <a href="#notation" class="smpl">OWS</a> ";" <a href="#notation" class="smpl">OWS</a> "q=" <a href="#quality.values" class="smpl">qvalue</a> ] ) 1035 <a href="#header.accept-charset" class="smpl">Accept-Charset-v</a> = 1#( ( <a href="#rule.charset" class="smpl">charset</a> / "*" ) 1036 [ <a href="#notation" class="smpl">OWS</a> ";" <a href="#notation" class="smpl">OWS</a> "q=" <a href="#quality.values" class="smpl">qvalue</a> ] ) 1035 1037 </pre><p id="rfc.section.6.2.p.3">Character set values are described in <a href="#character.sets" title="Character Sets">Section 3.1</a>. Each charset <em class="bcp14">MAY</em> be given an associated quality value which represents the user's preference for that charset. The default value is q=1. An 1036 1038 example is … … 1643 1645 <div id="rfc.figure.u.40"></div><pre class="inline"><span id="rfc.iref.g.42"></span><span id="rfc.iref.g.43"></span><span id="rfc.iref.g.44"></span><span id="rfc.iref.g.45"></span><span id="rfc.iref.g.46"></span><span id="rfc.iref.g.47"></span><span id="rfc.iref.g.48"></span> <a href="#content-disposition" class="smpl">content-disposition</a> = "Content-Disposition" ":" <a href="#notation" class="smpl">OWS</a> 1644 1646 <a href="#content-disposition" class="smpl">content-disposition-v</a> 1645 <a href="#content-disposition" class="smpl">content-disposition-v</a> = <a href="#content-disposition" class="smpl">disposition-type</a> *( <a href="#notation" class="smpl">OWS</a> ";" <a href="#notation" class="smpl">OWS</a> <a href="#content-disposition" class="smpl">disposition-parm</a> ) 1647 <a href="#content-disposition" class="smpl">content-disposition-v</a> = <a href="#content-disposition" class="smpl">disposition-type</a> 1648 *( <a href="#notation" class="smpl">OWS</a> ";" <a href="#notation" class="smpl">OWS</a> <a href="#content-disposition" class="smpl">disposition-parm</a> ) 1646 1649 <a href="#content-disposition" class="smpl">disposition-type</a> = "attachment" / <a href="#content-disposition" class="smpl">disp-extension-token</a> 1647 1650 <a href="#content-disposition" class="smpl">disposition-parm</a> = <a href="#content-disposition" class="smpl">filename-parm</a> / <a href="#content-disposition" class="smpl">disp-extension-parm</a> -
draft-ietf-httpbis/latest/p3-payload.xml
r374 r376 934 934 ) *( <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> <x:ref>parameter</x:ref> ) 935 935 <x:ref>accept-params</x:ref> = <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> "q=" <x:ref>qvalue</x:ref> *( <x:ref>accept-ext</x:ref> ) 936 <x:ref>accept-ext</x:ref> = <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> <x:ref>token</x:ref> [ "=" ( <x:ref>token</x:ref> / <x:ref>quoted-string</x:ref> ) ] 936 <x:ref>accept-ext</x:ref> = <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> <x:ref>token</x:ref> 937 [ "=" ( <x:ref>token</x:ref> / <x:ref>quoted-string</x:ref> ) ] 937 938 </artwork></figure> 938 939 <t> … … 1051 1052 <x:ref>Accept-Charset</x:ref> = "Accept-Charset" ":" <x:ref>OWS</x:ref> 1052 1053 <x:ref>Accept-Charset-v</x:ref> 1053 <x:ref>Accept-Charset-v</x:ref> = 1#( ( <x:ref>charset</x:ref> / "*" ) [ <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> "q=" <x:ref>qvalue</x:ref> ] ) 1054 <x:ref>Accept-Charset-v</x:ref> = 1#( ( <x:ref>charset</x:ref> / "*" ) 1055 [ <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> "q=" <x:ref>qvalue</x:ref> ] ) 1054 1056 </artwork></figure> 1055 1057 <t> … … 2514 2516 <x:ref>content-disposition</x:ref> = "Content-Disposition" ":" <x:ref>OWS</x:ref> 2515 2517 <x:ref>content-disposition-v</x:ref> 2516 <x:ref>content-disposition-v</x:ref> = <x:ref>disposition-type</x:ref> *( <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> <x:ref>disposition-parm</x:ref> ) 2518 <x:ref>content-disposition-v</x:ref> = <x:ref>disposition-type</x:ref> 2519 *( <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> <x:ref>disposition-parm</x:ref> ) 2517 2520 <x:ref>disposition-type</x:ref> = "attachment" / <x:ref>disp-extension-token</x:ref> 2518 2521 <x:ref>disposition-parm</x:ref> = <x:ref>filename-parm</x:ref> / <x:ref>disp-extension-parm</x:ref> -
draft-ietf-httpbis/latest/p4-conditional.html
r371 r376 473 473 <tr> 474 474 <td class="header left"></td> 475 <td class="header right">November 1 3, 2008</td>475 <td class="header right">November 14, 2008</td> 476 476 </tr> 477 477 </table> … … 888 888 Modified) response will be returned without any message-body. 889 889 </p> 890 <div id="rfc.figure.u.8"></div><pre class="inline"><span id="rfc.iref.g.8"></span><span id="rfc.iref.g.9"></span> <a href="#header.if-modified-since" class="smpl">If-Modified-Since</a> = "If-Modified-Since" ":" <a href="#notation" class="smpl">OWS</a> <a href="#header.if-modified-since" class="smpl">If-Modified-Since-v</a> 890 <div id="rfc.figure.u.8"></div><pre class="inline"><span id="rfc.iref.g.8"></span><span id="rfc.iref.g.9"></span> <a href="#header.if-modified-since" class="smpl">If-Modified-Since</a> = "If-Modified-Since" ":" <a href="#notation" class="smpl">OWS</a> 891 <a href="#header.if-modified-since" class="smpl">If-Modified-Since-v</a> 891 892 <a href="#header.if-modified-since" class="smpl">If-Modified-Since-v</a> = <a href="#abnf.dependencies" class="smpl">HTTP-date</a> 892 893 </pre><p id="rfc.section.7.3.p.3">An example of the field is:</p> … … 971 972 <p id="rfc.section.7.5.p.2">If the requested variant has been modified since the specified time, the server <em class="bcp14">MUST NOT</em> perform the requested operation, and <em class="bcp14">MUST</em> return a 412 (Precondition Failed). 972 973 </p> 973 <div id="rfc.figure.u.12"></div><pre class="inline"><span id="rfc.iref.g.12"></span><span id="rfc.iref.g.13"></span> <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since</a> = "If-Unmodified-Since" ":" <a href="#notation" class="smpl">OWS</a> <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since-v</a> 974 <div id="rfc.figure.u.12"></div><pre class="inline"><span id="rfc.iref.g.12"></span><span id="rfc.iref.g.13"></span> <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since</a> = "If-Unmodified-Since" ":" <a href="#notation" class="smpl">OWS</a> 975 <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since-v</a> 974 976 <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since-v</a> = <a href="#abnf.dependencies" class="smpl">HTTP-date</a> 975 977 </pre><p id="rfc.section.7.5.p.4">An example of the field is:</p> -
draft-ietf-httpbis/latest/p4-conditional.xml
r371 r376 780 780 </t> 781 781 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Modified-Since"/><iref primary="true" item="Grammar" subitem="If-Modified-Since-v"/> 782 <x:ref>If-Modified-Since</x:ref> = "If-Modified-Since" ":" <x:ref>OWS</x:ref> <x:ref>If-Modified-Since-v</x:ref> 782 <x:ref>If-Modified-Since</x:ref> = "If-Modified-Since" ":" <x:ref>OWS</x:ref> 783 <x:ref>If-Modified-Since-v</x:ref> 783 784 <x:ref>If-Modified-Since-v</x:ref> = <x:ref>HTTP-date</x:ref> 784 785 </artwork></figure> … … 950 951 </t> 951 952 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Unmodified-Since"/><iref primary="true" item="Grammar" subitem="If-Unmodified-Since-v"/> 952 <x:ref>If-Unmodified-Since</x:ref> = "If-Unmodified-Since" ":" <x:ref>OWS</x:ref> <x:ref>If-Unmodified-Since-v</x:ref> 953 <x:ref>If-Unmodified-Since</x:ref> = "If-Unmodified-Since" ":" <x:ref>OWS</x:ref> 954 <x:ref>If-Unmodified-Since-v</x:ref> 953 955 <x:ref>If-Unmodified-Since-v</x:ref> = <x:ref>HTTP-date</x:ref> 954 956 </artwork></figure> -
draft-ietf-httpbis/latest/p5-range.html
r371 r376 473 473 <tr> 474 474 <td class="header left"></td> 475 <td class="header right">November 1 3, 2008</td>475 <td class="header right">November 14, 2008</td> 476 476 </tr> 477 477 </table> -
draft-ietf-httpbis/latest/p6-cache.html
r374 r376 485 485 <tr> 486 486 <td class="header left"></td> 487 <td class="header right">November 1 3, 2008</td>487 <td class="header right">November 14, 2008</td> 488 488 </tr> 489 489 </table> -
draft-ietf-httpbis/latest/p7-auth.html
r371 r376 471 471 <tr> 472 472 <td class="header left"></td> 473 <td class="header right">November 1 3, 2008</td>473 <td class="header right">November 14, 2008</td> 474 474 </tr> 475 475 </table> … … 628 628 the authentication scheme and parameters applicable to the proxy for this Request-URI. 629 629 </p> 630 <div id="rfc.figure.u.4"></div><pre class="inline"><span id="rfc.iref.g.5"></span><span id="rfc.iref.g.6"></span> <a href="#header.proxy-authenticate" class="smpl">Proxy-Authenticate</a> = "Proxy-Authenticate" ":" <a href="#abnf.dependencies" class="smpl">OWS</a> <a href="#header.proxy-authenticate" class="smpl">Proxy-Authenticate-v</a> 630 <div id="rfc.figure.u.4"></div><pre class="inline"><span id="rfc.iref.g.5"></span><span id="rfc.iref.g.6"></span> <a href="#header.proxy-authenticate" class="smpl">Proxy-Authenticate</a> = "Proxy-Authenticate" ":" <a href="#abnf.dependencies" class="smpl">OWS</a> 631 <a href="#header.proxy-authenticate" class="smpl">Proxy-Authenticate-v</a> 631 632 <a href="#header.proxy-authenticate" class="smpl">Proxy-Authenticate-v</a> = 1#<a href="#abnf.dependencies" class="smpl">challenge</a> 632 633 </pre><p id="rfc.section.4.2.p.3">The HTTP access authentication process is described in "HTTP Authentication: Basic and Digest Access Authentication" <a href="#RFC2617" id="rfc.xref.RFC2617.8"><cite title="HTTP Authentication: Basic and Digest Access Authentication">[RFC2617]</cite></a>. Unlike WWW-Authenticate, the Proxy-Authenticate header field applies only to the current connection and <em class="bcp14">SHOULD NOT</em> be passed on to downstream clients. However, an intermediate proxy might need to obtain its own credentials by requesting … … 641 642 user agent for the proxy and/or realm of the resource being requested. 642 643 </p> 643 <div id="rfc.figure.u.5"></div><pre class="inline"><span id="rfc.iref.g.7"></span><span id="rfc.iref.g.8"></span> <a href="#header.proxy-authorization" class="smpl">Proxy-Authorization</a> = "Proxy-Authorization" ":" <a href="#abnf.dependencies" class="smpl">OWS</a> <a href="#header.proxy-authorization" class="smpl">Proxy-Authorization-v</a> 644 <a href="#header.proxy-authorization" class="smpl">Proxy-Authorization-v</a> = <a href="#abnf.dependencies" class="smpl">credentials</a> 644 <div id="rfc.figure.u.5"></div><pre class="inline"><span id="rfc.iref.g.7"></span><span id="rfc.iref.g.8"></span> <a href="#header.proxy-authorization" class="smpl">Proxy-Authorization</a> = "Proxy-Authorization" ":" <a href="#abnf.dependencies" class="smpl">OWS</a> 645 <a href="#header.proxy-authorization" class="smpl">Proxy-Authorization-v</a> 646 <a href="#header.proxy-authorization" class="smpl">Proxy-Authorization-v</a> = <a href="#abnf.dependencies" class="smpl">credentials</a> 645 647 </pre><p id="rfc.section.4.3.p.3">The HTTP access authentication process is described in "HTTP Authentication: Basic and Digest Access Authentication" <a href="#RFC2617" id="rfc.xref.RFC2617.9"><cite title="HTTP Authentication: Basic and Digest Access Authentication">[RFC2617]</cite></a>. Unlike Authorization, the Proxy-Authorization header field applies only to the next outbound proxy that demanded authentication 646 648 using the Proxy-Authenticate field. When multiple proxies are used in a chain, the Proxy-Authorization header field is consumed -
draft-ietf-httpbis/latest/p7-auth.xml
r371 r376 373 373 </t> 374 374 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Proxy-Authenticate"/><iref primary="true" item="Grammar" subitem="Proxy-Authenticate-v"/> 375 <x:ref>Proxy-Authenticate</x:ref> = "Proxy-Authenticate" ":" <x:ref>OWS</x:ref> <x:ref>Proxy-Authenticate-v</x:ref> 375 <x:ref>Proxy-Authenticate</x:ref> = "Proxy-Authenticate" ":" <x:ref>OWS</x:ref> 376 <x:ref>Proxy-Authenticate-v</x:ref> 376 377 <x:ref>Proxy-Authenticate-v</x:ref> = 1#<x:ref>challenge</x:ref> 377 378 </artwork></figure> … … 401 402 </t> 402 403 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Proxy-Authorization"/><iref primary="true" item="Grammar" subitem="Proxy-Authorization-v"/> 403 <x:ref>Proxy-Authorization</x:ref> = "Proxy-Authorization" ":" <x:ref>OWS</x:ref> <x:ref>Proxy-Authorization-v</x:ref> 404 <x:ref>Proxy-Authorization-v</x:ref> = <x:ref>credentials</x:ref> 404 <x:ref>Proxy-Authorization</x:ref> = "Proxy-Authorization" ":" <x:ref>OWS</x:ref> 405 <x:ref>Proxy-Authorization-v</x:ref> 406 <x:ref>Proxy-Authorization-v</x:ref> = <x:ref>credentials</x:ref> 405 407 </artwork></figure> 406 408 <t>
Note: See TracChangeset
for help on using the changeset viewer.