Skip to content

v1.0.1rc5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Torxed Torxed released this 16 Jul 10:23
· 51 commits to master since this release

New features:

  • Reverse proxy support (with optional flag for TLS) which fixes #7
  • CLIENT_RESPONSE_PROXY_DATA event for whenever response data comes from a proxy, and not slimHTTP directly.
  • The index file /<index file> is no longer automatically appended for any request that ends with /, it's only done on static file delivery mode. Meaning @.route('/') will not become @.route('/index.html') before calling the route function. (was actually fixed in the previous rc4 but not mentioned properly)