petit_httpd 1.1.0
petit_httpd: ^1.1.0 copied to clipboard
A simple HTTP file server integrated with Let's Encrypt, gzip and CORS.
1.1.0 #
- sdk: '>=3.0.0 <4.0.0'
- shelf_letsencrypt: ^1.2.0
- lints: ^2.1.0
1.0.6 #
- Fix call to
LetsEncrypt.startSecureServer
. - shelf: ^1.4.1
- shelf_static: ^1.1.2
- shelf_gzip: ^4.0.1
- shelf_letsencrypt: ^1.1.1
- lints: ^2.0.1
- test: ^1.24.1
- dependency_validator: ^3.2.2
- coverage: ^1.6.3
- pubspec: ^2.3.0
- path: ^1.8.3
- mercury_client: ^2.1.8
1.0.5 #
- Added
-cache-control
parameter. - shelf: ^1.4.0
- shelf_static: ^1.1.1
- sdk: '>=2.17.0 <3.0.0'
1.0.4 #
- mercury_client: ^2.1.5
1.0.3 #
petit_httpd
new option:-force-https
: to automatically redirect to HTTPS when possible.-version
: just show the current CLI version.
1.0.2 #
- Added server name in headers.
1.0.1 #
- Added
CORS
andcache-control
headers.
1.0.0 #
- Initial version.