aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/policies/payload.py
AgeCommit message (Collapse)Author
2022-09-12[builder][server][proxy] correct a mistake in promise textWojtek Kosior
2022-09-12[proxy] allow prompting the user when a package suitable for current site is ↵Wojtek Kosior
found; add proxy's options page This commit also causes uncached responses to be forced on all HTTP request to external servers. This is needed to make sure that changes Haketilo makes to HTTP response headers are always picked up by the browser. The drawback is that this increases network traffic causing a performance hit. We might optimize this in the future.
2022-09-09[proxy] make package auto-installation workWojtek Kosior
2022-08-17allow loading packages from zip files through web UI and listing installed ↵Wojtek Kosior
mappings
2022-08-11serve a stub of meta-site for proxy configurationWojtek Kosior
2022-08-11move classes/protocols for representing HTTP requests and responses data ↵Wojtek Kosior
into a separate file
2022-08-11populate data structures based on payloads data loaded from sqlite dbWojtek Kosior
2022-08-10unfinished partial workWojtek Kosior