fixed javadoc
This commit is contained in:
parent
3c671aa8b6
commit
c3a54e9d0b
|
@ -27,5 +27,6 @@ package org.eclipse.jetty.http;
|
|||
* <dt>LEGACY</dt><dd>(aka STRICT) Adherence to Servlet Specification requirement for
|
||||
* exact case of header names, bypassing the header caches, which are case insensitive,
|
||||
* otherwise equivalent to RFC2616</dd>
|
||||
* </dl>
|
||||
*/
|
||||
public enum HttpCompliance { LEGACY, RFC2616, RFC7230 }
|
|
@ -81,8 +81,7 @@ import static org.eclipse.jetty.http.HttpTokens.TAB;
|
|||
* <dt>LEGACY</dt><dd>(aka STRICT) Adherence to Servlet Specification requirement for
|
||||
* exact case of header names, bypassing the header caches, which are case insensitive,
|
||||
* otherwise equivalent to RFC2616</dd>
|
||||
* </p>
|
||||
* <p>
|
||||
* </dl>
|
||||
* @see <a href="http://tools.ietf.org/html/rfc7230">RFC 7230</a>
|
||||
*/
|
||||
public class HttpParser
|
||||
|
|
Loading…
Reference in New Issue