- Added support for
https
. - Update minimum Dart SDK to
3.2.0
.
- Add "headers" option to add additional response headers.
For example:
--headers="header1=value;header2=value;"
- Update minimum Dart SDK to
3.0.0
.
- Improve README
- Update minimum Dart SDK to
2.12.0
. - Enable null safety.
- Update minimum Dart SDK to
2.6.0
. - Fix many lints affecting package score.
- Updated a number of dependencies.
- Set Dart SDK constraint to '>=2.0.0-dev.48.0 <3.0.0'.
- Removed top-level fields
DEFAULT_PORT
andDEFAULT_HOST
from library.
-
Removed
allow-origin
flag. In reality, this flag never worked because theshelf
pipeline was not configured correctly. -
Source moved to github.com/kevmoo/dhttpd.
- No change in functionality, just version and doc tweaks.
- Fixed bug with setting the path from the command line.
- Start the server with
dhttpd
.
- New
host
command-line flag, to set the hostname to listen on. Defaults tolocalhost
- New
allow-origin
command-line flag for CORS headers. Thanks to @gmosx for the patch.