aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/util/http.py
Commit message (Collapse)AuthorAgeFilesLines
* util:http: special handling for HTTP_USER_ERROR in get_post_url().W. Trevor King2012-10-281-4/+5
|
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+16
|
* util:http: add ability to pass raw POST data with get_post_url.W. Trevor King2012-08-241-10/+17
|
* util:http: convert urllib2.URLError into HTTPError in get_post_url.W. Trevor King2012-08-241-5/+11
| | | | | Also rework liburl2.HTTPError handling to get both the reason and the error code into the HTTPError message.
* util:http: pull HTTP helpers from libbe.storage.http into their own module.W. Trevor King2012-08-241-0/+116
This way they can be shared with the upcoming Command._run_remote.