kulpa / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

Add an optional headers dictionary to execute(). #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The headers supplied would go out with the request.

Open question:How would this affect batch, resumable upload, etc.

Original issue reported on code.google.com by jcgregorio@google.com on 4 Apr 2012 at 1:54

GoogleCodeExporter commented 9 years ago
The open questions are still open.

Original comment by jcgregorio@google.com on 14 Jun 2012 at 7:47

GoogleCodeExporter commented 9 years ago
@jcgregorio, fair enough.

I'm currently working on how to pass an ETag to a request. as a first pass, 
I'll probably just monkey patch httplib2.Http.request() to add it in. I'm open 
to suggestions though!

Original comment by heaven on 10 Jan 2014 at 4:40