GenHTTP Versions Save

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

v8.5.0

1 month ago

What's Changed

Full Changelog: https://github.com/Kaliumhexacyanoferrat/GenHTTP/compare/v8.4.0...v8.5.0

v8.4.0

1 month ago

What's Changed

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

v8.3.0

2 months ago

What's Changed

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

v8.2.0

3 months ago

What's Changed

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

v8.1.1

4 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

5 months ago

What's Changed

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

v8.0.0

7 months ago

What's Changed

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

v7.0.0

1 year 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

2 years ago

Bug Fixes

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