-
Notifications
You must be signed in to change notification settings - Fork 48
Home
Tom Kuijsten edited this page Nov 27, 2016
·
16 revisions
You should always start with reading the one pager which will get you going in under 5 minutes.
Use the menu on the right to read more about implementation details, customization, configuration etc.
- Allow no location header with post response with not location specified (#90)
- CORS is supported now (read the Wiki for configuration options)
- Removed "Devkoes." from namespaces
- Url arrays implemented (#16)
- Query parameters are supported (#49)
- Couple of api changes (beta4 to rc1), read about them here
- Uri matching improved (#57)
- Added gzip and deflate support (#43)
- Removed RestWebServer (was obsolete)
- Fixed resolution of mime-types for static file router (#38)
- Fixed package problems in demo projects
- Skipped
- Introducing RouteHandlers
- RestWebServer is obsolete, see github wiki for more info
- Static files can be served now
- Basic url query strings can be used
- The headed demo has a testing capabilities now
- Contains the reworked httpmessage which should be more flexible
- Fixed all known bugs
- Added headed and headless demo apps
- Expanded demo controllers