What's Changed
- fix(context): exposed StatusCode by @cnlangzi in #38
- feat(proxyproto): support serve http(s) server through proxy servers and load balancers by @cnlangzi in #40
- !feat(form): Moved out Binder/Validator to reduce 3rd dependencies in the core class library by @cnlangzi in #41
- fix(viewer): doesn't write body when it is HEAD request by @cnlangzi in #42
- fix(hsts): added IgnoreRules on Redirect by @cnlangzi in #43
- fix(hsts): added StartsWith rule by @cnlangzi in #44
- feat(reqlog): added a middleware to logging requests by @cnlangzi in #45
- feat(ext): added
ext/csrf
by @cnlangzi in #46
Full Changelog: v1.1.0...v1.1.1