GenHTTP Versions Save

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

v6.3.2

2 years ago

Basic Changes

  • Fix missing assembly path causing the server not to start (#268)

v6.3.1

2 years ago

Basic Changes

  • Fix documentation not being available in nuget packages (#266)

v6.3.0

2 years ago

Basic Changes

  • Add support for charset in content type (#260)

v6.2.0

2 years ago

Basic Changes

  • Switch from HttpWebRequest to HttpClient (#242)
  • Optimize memory management (#258)

Bug Fixes

  • Fix the functional handler not handling IHandler and IHandlerBuilder results as expected (#259)

v6.1.0

2 years ago

Content Management

  • Add module to handle requests in a functional manner (#248)

v6.0.1

2 years ago

Bug Fixes

  • Fix rendering errors causing the connection to be aborted (#245)
  • Fix checksums not being updated for ViewModel<IEnumerable> (#244)

v6.0.0

2 years ago

Basic Changes

  • Switch to .NET 6 (#239)
  • Rework chaining of handlers for improved checksum handling (#173)
  • Preserve original route as received from the client (#185)

Content Management

  • Allow to generate pages from different parts (#101)
  • Add support for hot reload of websites (#167)
  • Add support for range requests (#124)
  • Improve compression for typical file types (#221)

Bug Fixes

  • Fix the file system cache not properly writing files (#222)
  • Fix the reverse proxy provider always applying chunked transfer encoding (#217)
  • Fix assembly resources being resolved in an unexpected manner (#180)
  • Fix unstable tests (#213)

v5.2.4

2 years ago

Bug Fixes

  • Fix the file system cache not writing data as expected (#222)

v5.2.3

2 years ago

Bug Fixes

  • Fix the reverse proxy provider always applying transfer encoding chunked (#217)

v5.2.2

2 years ago

Bug Fixes

  • Fix the reverse proxy provider always applying transfer encoding chunked (#217)