storage:http: add agent argument to get_post_url.
authorW. Trevor King <wking@tremily.us>
Fri, 24 Aug 2012 11:22:39 +0000 (07:22 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 24 Aug 2012 11:24:10 +0000 (07:24 -0400)
commiteb9f603707d932641b8c580bde91ddb7d54741e0
treed97bf0df1ecde4aba076572b8734ac3003f7131a
parent6b04e1f5b80abcc1dffbce0466f34a182a468064
storage:http: add agent argument to get_post_url.

This allows us to set an appropriate user agent if we use this
function in other places (e.g. upcoming Command._run_remote).
libbe/storage/http.py