routed_security 0.1.1 copy "routed_security: ^0.1.1" to clipboard
routed_security: ^0.1.1 copied to clipboard

Security providers for Routed (CORS, IP filtering, trusted proxies, headers, and request size).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add routed_security

With Flutter:

 $ flutter pub add routed_security

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

dependencies:
  routed_security: ^0.1.1

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_security/routed_security.dart';
0
likes
160
points
572
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Security providers for Routed (CORS, IP filtering, trusted proxies, headers, and request size).

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

routed_core

More

Packages that depend on routed_security