Great thanks!
On 17 May 2014 06:20, "Kelvin Wong" wrote:
> If you print out your code you will see that you are adding a key-value to
> the WSGI environ:
>
> # print factory.post('/', secure=True)
>
> path:/,
> GET:,
> POST:,
> COOKIES:{},
> META:{
> ...
> 'PATH_INFO': u'/',
> ...
> 'REQUEST
If you print out your code you will see that you are adding a key-value to
the WSGI environ:
# print factory.post('/', secure=True)
,
POST:,
COOKIES:{},
META:{
...
'PATH_INFO': u'/',
...
'REQUEST_METHOD': 'POST',
...
'SERVER_PROTOCOL': 'HTTP/1.1',
'secure': True,
...
'wsgi.url_scheme':
2 matches
Mail list logo