Upgrade dependencies, temporarily move http_server code into src.
Try to parse POST payload as JSON even when content type is text.
Process POST handlers for GET requests. Fix a few minor bugs.
Remove dependency on mirrors and logging.
Fix Websockets.
Fix support for dart@2.
Breaking changes. Removed hart
dependency, start
now uses proper Cookie
library,
serves index.html
by default.
This update is dependent on a breaking change in the latest version of the Dart stdlib. Please make sure you update to the latest version of Dart before installing.
- Change HttpRequest.queryParameters to HttpRequest.uri.queryParameters.