> 1) How to pre-populate cookies (It looks like what may need to be done
> is manipulating browser.cookiejar via cookielib?)

Yes, the cookies are stored in browser.cookiejar.

> 2) How to do GET vs. POST vs. PUT vs. DELETE

Call browser.do_request with any urllib2.Request object.

> 3) How to POST raw data (for example, passing in raw JSON instead of
> key=value pairs)

browser.open(url, data)

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to