shelf_static

Creator: coderz1093

Last updated:

Add to Cart

Description:

shelf static

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);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.