moonbridge

diff reference.txt @ 12:44a13f4b706f

Include leading question mark in request.query
author jbe
date Thu Jan 29 16:34:48 2015 +0100 (2015-01-29)
parents 7e6faff049c3
children 72e3a705ea67
line diff
     1.1 --- a/reference.txt	Thu Jan 29 16:09:06 2015 +0100
     1.2 +++ b/reference.txt	Thu Jan 29 16:34:48 2015 +0100
     1.3 @@ -305,8 +305,8 @@
     1.4  
     1.5  ### request.query
     1.6  
     1.7 -Query part of the request target without the leading question mark, e.g.
     1.8 -"a=b&c=d" if the requested target is "/index.html?a=b&c=d". The data is
     1.9 +Query part of the request target including the leading question mark, e.g.
    1.10 +"?a=b&c=d" if the requested target is "/index.html?a=b&c=d". The data is
    1.11  automatically parsed and made available through request.get_params and
    1.12  request.get_params_list.
    1.13  

Impressum / About Us