platform/packages/body_parser/pubspec.yaml

15 lines
467 B
YAML
Raw Normal View History

2021-06-20 13:29:23 +00:00
name: angel3_body_parser
2021-09-12 05:10:53 +00:00
version: 2.1.2
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-07-10 02:18:20 +00:00
homepage: https://angel3-framework.web.app/
2021-07-10 02:17:05 +00:00
repository: 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
2021-06-22 08:22:18 +00:00
belatuk_http_server: ^2.0.0
2021-06-20 12:37:20 +00:00
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