Revision a304ef33
b/kamaki/clients/__init__.py | ||
---|---|---|
173 | 173 |
|
174 | 174 |
:returns: (HTTPResponse) |
175 | 175 |
""" |
176 |
self.dump_log() |
|
177 | 176 |
self._encode_headers() |
177 |
self.dump_log() |
|
178 | 178 |
conn.request( |
179 | 179 |
method=str(self.method.upper()), |
180 | 180 |
url=str(self.path), |
Also available in: Unified diff