dartspatcher 0.5.3 copy "dartspatcher: ^0.5.3" to clipboard
dartspatcher: ^0.5.3 copied to clipboard

outdated

A simple router dispatcher for HTTP server like expressjs to serve REST api and static files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartspatcher

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dartspatcher: ^0.5.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dartspatcher/dartspatcher.dart';
7
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A simple router dispatcher for HTTP server like expressjs to serve REST api and static files.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

http_server

More

Packages that depend on dartspatcher