diff --git a/pypeman/contrib/http.py b/pypeman/contrib/http.py index 2b0e448..5ef3f90 100644 --- a/pypeman/contrib/http.py +++ b/pypeman/contrib/http.py @@ -335,6 +335,7 @@ async def process(self, msg): """ handles request """ resp = await self.handle_request(msg) msg.meta["status_code"] = resp.status + msg.meta["url"] = str(resp.url) resp_content = resp.content if self.json: try: