routed 0.3.0 copy "routed: ^0.3.0" to clipboard
routed: ^0.3.0 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

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

dependencies:
  routed: ^0.3.0

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:routed/routed.dart';
0
likes
0
points
262
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

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

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

More

Packages that depend on routed