aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/policies/web_ui.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-20 21:57:47 +0200
committerWojtek Kosior <koszko@koszko.org>2022-10-20 21:57:47 +0200
commit55b95d70b24cfa1b4703ae442a3c6d1781cc95aa (patch)
treec6a33b401af373d7591e46e21dede0609313a140 /src/hydrilla/proxy/policies/web_ui.py
parent3beab050c339c51c484af9bcd8248ba8ebbbf4d4 (diff)
downloadhaketilo-hydrilla-55b95d70b24cfa1b4703ae442a3c6d1781cc95aa.tar.gz
haketilo-hydrilla-55b95d70b24cfa1b4703ae442a3c6d1781cc95aa.zip
[proxy] rework internal HTTP headers representation
Diffstat (limited to 'src/hydrilla/proxy/policies/web_ui.py')
-rw-r--r--src/hydrilla/proxy/policies/web_ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/policies/web_ui.py b/src/hydrilla/proxy/policies/web_ui.py
index f35b0b7..284d062 100644
--- a/src/hydrilla/proxy/policies/web_ui.py
+++ b/src/hydrilla/proxy/policies/web_ui.py
@@ -50,7 +50,7 @@ class WebUIPolicy(base.Policy):
ui_domain: web_ui.UIDomain
def consume_request(self, request_info: http_messages.RequestInfo) \
- -> http_messages.ProducedResponse:
+ -> http_messages.ResponseInfo:
return web_ui.process_request(
request_info = request_info,
state = self.haketilo_state,