0.8.3
Released: 26/01/2023
- Deprecated
HttpResponse.DefaultEncoding
. - Malformed requests can throw an
HttpRequestException
from the HTTP server, which will result in
anHttpServerExecutionStatus.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