platform/packages/body_parser/pubspec.yaml

14 lines
413 B
YAML
Raw Normal View History

2021-06-20 13:29:23 +00:00
name: angel3_body_parser
2021-06-21 01:27:19 +00:00
version: 2.0.1
2018-03-04 22:32:14 +00:00
description: Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.
2021-06-20 13:29:23 +00:00
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/body_parser
2018-08-11 02:10:35 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
dependencies:
2021-06-20 12:37:20 +00:00
http_parser: ^4.0.0
http_server: ^1.0.0
mime: ^1.0.0
2016-03-04 03:47:20 +00:00
dev_dependencies:
2021-06-20 12:37:20 +00:00
http: ^0.13.0
test: ^1.17.0
pedantic: ^1.11.0