shelf_static 1.1.1 copy "shelf_static: ^1.1.1" to clipboard
shelf_static: ^1.1.1 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);
}
70
likes
140
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

Static file server support for the shelf package and ecosystem.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

convert, http_parser, mime, path, shelf

More

Packages that depend on shelf_static