Skip to content

0.8.3

Compare
Choose a tag to compare
@CypherPotato CypherPotato released this 29 Jan 16:22
· 182 commits to main since this release
fdabd73

Released: 26/01/2023

  • Deprecated HttpResponse.DefaultEncoding.
  • Malformed requests can throw an HttpRequestException from the HTTP server, which will result in
    an HttpServerExecutionStatus.MalformedRequest with an automatic response with status 400.
  • HTTP response now uses UTF-8 to calculate the response headers size.
  • Routes can have an LogMode property which determines if the server should write access/error logs
    for those route.
  • Added the HttpRequest.Cookies property.
  • Fixed where uncaught exceptions in the router callback shouldn't return an HTTP 500 status code.

Installing: https://sisk.project-principium.dev/#/getting-started