shelf_flutter_asset 0.1.0
shelf_flutter_asset: ^0.1.0 copied to clipboard
A simple handler for the Shelf ecosystem to serve files from Flutter assets.
0.1.0 #
- Added HTTP cache-control support
- Added HTTP range request support for partial content
- Added support for conditional requests with If-Modified-Since
0.0.4 #
- Update library metadata
0.0.3 #
- Correctly handle
HEADrequests - Add ability to set the root path for the handler
0.0.2 #
- Add support for
defaultDocumentserving
0.0.1 #
- Initial release