Skip to content
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.

Release notes

V1.0.0 stable

  • Allow no location header with post response with not location specified (#90)

rc1

  • 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

beta4

  • 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

beta3

  • Skipped

beta2

  • 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

beta1

  • Contains the reworked httpmessage which should be more flexible
  • Fixed all known bugs
  • Added headed and headless demo apps
  • Expanded demo controllers