GenHTTP Versions Save

Lightweight web server written in pure C# with few dependencies to 3rd-party libraries.

v8.3.0

2 weeks ago

What's Changed

Full Changelog: https://github.com/Kaliumhexacyanoferrat/GenHTTP/compare/v8.2.0...v8.3.0

v8.2.0

1 month ago

What's Changed

Full Changelog: https://github.com/Kaliumhexacyanoferrat/GenHTTP/compare/v8.1.0...v8.2.0

v8.1.1

2 months ago

Bug Fixes

  • Fixed async methods with return types derived from Task<> or ValueTask<> not to be undwraped as expected (#464)

v8.1.0

4 months ago

What's Changed

Full Changelog: https://github.com/Kaliumhexacyanoferrat/GenHTTP/compare/v8.0.0...v8.1.0

v8.0.0

5 months ago

What's Changed

Full Changelog: https://github.com/Kaliumhexacyanoferrat/GenHTTP/compare/v7.0.0...v8.0.0

v7.0.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Kaliumhexacyanoferrat/GenHTTP/compare/v6.4.0...v7.0.0

v6.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Kaliumhexacyanoferrat/GenHTTP/compare/v6.3.0...v6.4.0

v6.3.5

1 year ago

Bug Fixes

  • Fix empty query parameters not being accepted by the server (#299, contribution by @Fiahblade)

v6.3.4

2 years ago

Bug Fixes

  • Fix high CPU load when handling requests with large body (#289)

v6.3.3

2 years ago

Bug Fixes

  • Fix reverse proxy not compressing responses as expected (#278)