web_dev_proxy_shelf 1.1.0 copy "web_dev_proxy_shelf: ^1.1.0" to clipboard
web_dev_proxy_shelf: ^1.1.0 copied to clipboard

a web dev proxy server that has implement request cors and cookie cors, base on shelf_proxy

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add web_dev_proxy_shelf

With Flutter:

 $ flutter pub add web_dev_proxy_shelf

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

dependencies:
  web_dev_proxy_shelf: ^1.1.0

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:web_dev_proxy_shelf/web_dev_proxy.dart';
2
likes
115
pub points
45%
popularity

Publisher

verified publisherhss01248.tech

a web dev proxy server that has implement request cors and cookie cors, base on shelf_proxy

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

http, path, shelf

More

Packages that depend on web_dev_proxy_shelf