shelf_body_parser 1.0.6 copy "shelf_body_parser: ^1.0.6" to clipboard
shelf_body_parser: ^1.0.6 copied to clipboard

Shelf 的中间件 用于解析get,post 参数及文件

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shelf_body_parser

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

dependencies:
  shelf_body_parser: ^1.0.6

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

Publisher

unverified uploader

Shelf 的中间件 用于解析get,post 参数及文件

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http_parser, mime, shelf

More

Packages that depend on shelf_body_parser