pwsm / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

access to URI cache key #295

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
defrag_uri field of urlnorm() return value is used to compute uri cache key.

Sometimes I want to have this key in order to work with Cache object manually.

Please, document that for I can use them and not to worry about my code being 
broken in future httplib2 updates.

OR provide access to the key via field or method in one of the following 
namespaces: Http, Response, httplib2.

Thanks

Original issue reported on code.google.com by sshilov...@gmail.com on 11 Sep 2013 at 7:05

GoogleCodeExporter commented 8 years ago

Original comment by joe.gregorio@gmail.com on 13 Oct 2013 at 3:10