Skip to content

v0.6.19

Compare
Choose a tag to compare
@pytlesk4 pytlesk4 released this 22 Mar 22:46
· 2029 commits to master since this release
- header validation fixed, header key casing is now case insensitive.

- add helper methods to the runtime:
	- request/response.header.get() returns {key1: value1, key2: value2}
	- request.query.get() returns the full query string in the form foo=bar&bear=honey
- don’t infinitely forward request to the proxy