Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2016-04-29 22:45:47 +09:00
parent fd801864e3
commit 8e33f0a535
1 changed files with 7 additions and 1 deletions

View File

@ -318,7 +318,13 @@ respectively.
Request path, including query component (i.e., /index.html). Request path, including query component (i.e., /index.html).
On assignment, copy of given value is assigned. The path does On assignment, copy of given value is assigned. The path does
not include authority component of URI. not include authority component of URI. This may include
query component. nghttpx makes certain normalization for
path. It decodes percent-encoding for unreserved characters
(see https://tools.ietf.org/html/rfc3986#section-2.3), and
resolves ".." and ".". But it may leave characters which
should be percent-encoded as is. So be careful when comparing
path against desired string.
.. rb:attr_reader:: headers .. rb:attr_reader:: headers