0.13.1, rev 1
Released: June 9, 2023
You can now export Sisk source code to a contained file with all the source code needed to run Sisk. See more details inside the merge
folder.
Core:
- Added the
HttpServerFlags.ForceTrailingSlash
, which determines if the HTTP server should automatically rewrite URL paths
to end with / before the query string. Does not works with Regex routes. - Added the
CrossOriginResourceSharingPolicy.AllowOrigins
property, which allows to routeAllow-Origin
header to multiple
domains. - Rewrited the
CrossOriginResourceSharingPolicy
properties descriptions. - Removed all
HttpRequest.Create*
helper methods, plus created some additional constructors forHttpResponse
. - Sisk does not requires to be builded with
/unsafe
anymore. - Code cleanup.