simple_http_router 2.0.0-beta copy "simple_http_router: ^2.0.0-beta" to clipboard
simple_http_router: ^2.0.0-beta copied to clipboard

discontinued
outdated

A very simple http router / multiplexer to handle HttpRequests and middleware

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_http_router

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

dependencies:
  simple_http_router: ^2.0.0-beta

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:simple_http_router/simple_http_router.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A very simple http router / multiplexer to handle HttpRequests and middleware

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

quiver

More

Packages that depend on simple_http_router