routed 0.3.2 copy "routed: ^0.3.2" to clipboard
routed: ^0.3.2 copied to clipboard

A modular HTTP engine and routing framework for Dart with middleware, configuration, sessions, and observability built in.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate routed

Use it

The package has the following executables:

$ routed

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add routed

With Flutter:

 $ flutter pub add routed

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

dependencies:
  routed: ^0.3.2

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

Import it

Now in your Dart code, you can use:

import 'package:routed/routed.dart';
0
likes
140
points
248
downloads

Publisher

unverified uploader

Weekly Downloads

A modular HTTP engine and routing framework for Dart with middleware, configuration, sessions, and observability built in.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

acanthis, analyzer, args, build, collection, contextual, dartastic_opentelemetry, dartastic_opentelemetry_api, decimal, dotenv, es_compression, event_bus, file, file_cloud, fuzzywuzzy, glob, http, http2, http_parser, image, intl, jose, json2yaml, json_annotation, json_schema_builder, liquify, meta, mime, mustache_template, path, pointycastle, redis, sentry, shelf, stack_trace, storage_fs, stream_transform, timezone, uuid, watcher, xml, yaml

More

Packages that depend on routed