googleapis / gax-python

Google API Extensions for Python
http://gax-python.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

GAX: LRO HTTP headers #166

Closed lukesneeringer closed 7 years ago

lukesneeringer commented 7 years ago

This pull requests adds the HTTP headers implementation to OperationsClient so that they are sent on LRO calls. It also moves some of the functionality in api_callable into utils.metrics for reusability.