+doc fix link to RFC 7234
This commit is contained in:
parent
3426d4a950
commit
7291d0ccab
1 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ BasicDirectives
|
|||
|
||||
CacheConditionDirectives
|
||||
Contains a single directive ``conditional`` that wraps its inner route with support for Conditional Requests as defined
|
||||
by http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26.
|
||||
by `RFC 7234`_.
|
||||
|
||||
CodingDirectives
|
||||
Contains directives to decode compressed requests and encode responses.
|
||||
|
|
@ -56,4 +56,6 @@ SchemeDirectives
|
|||
Contains a single directive ``scheme`` to filter requests based on the URI scheme (http vs. https).
|
||||
|
||||
WebsocketDirectives
|
||||
Contains directives to support answering Websocket requests.
|
||||
Contains directives to support answering Websocket requests.
|
||||
|
||||
.. _`RFC 7234`: http://tools.ietf.org/html/rfc7234
|
||||
Loading…
Add table
Add a link
Reference in a new issue