shelf_static 1.1.2 icon indicating copy to clipboard operation
shelf_static: ^1.1.2 copied to clipboard

Static file server support for the shelf package and ecosystem.

pub package package publisher

shelf_static is a Handler for the Dart shelf package.

Example #

import 'package:shelf/shelf_io.dart' as io;
import 'package:shelf_static/shelf_static.dart';

void main() {
  var handler = createStaticHandler('example/files',
      defaultDocument: 'index.html');

  io.serve(handler, 'localhost', 8080);
}
64
likes
140
pub points
100%
popularity

Publisher

verified publisher icontools.dart.dev

Static file server support for the shelf package and ecosystem.

Repository (GitHub)
View/report issues
Contributing

Topics

#server #shelf

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

convert, http_parser, mime, path, shelf

More

Packages that depend on shelf_static