webob Questions
3
Solved
I am creating a utility to handle file uploads in webob-based applications. I want to write some unit tests for it.
My question is - as webob uses cgi.FieldStorage for uploaded files I would like ...
Hinrichs asked 20/8, 2012 at 5:52
2
Solved
In webapp2 documentation there is no mention of setting the SameSite attribute for a cookie, it seems to be built on the response handler from WebOB, I checked webOB doc page it clearly shows the '...
Thatch asked 6/4, 2019 at 11:16
3
Solved
I'm a "do it yourself" kind of guy, but I want to make sure I'm not going to do myself in by trying to bite off more than I can chew.
I am writing a browser-based mapping application that needs to...
1
Solved
The Application Context
We are developing an experimental web Framework using "solely" WebOb. We are handling concurrent requests and it's basically a quite simple integration of WebOb. We are hos...
Neoclassicism asked 7/12, 2012 at 2:28
3
Solved
I would like to convert a POST from Webob MultiDict to nested dictionary. E.g.
So from a POST of:
'name=Kyle&phone.number=1234&phone.type=home&phone.number=5678&phone.type=work'
...
Tubulate asked 30/1, 2012 at 0:52
1
© 2022 - 2024 — McMap. All rights reserved.