2021-09-12 01:23:12 +00:00
|
|
|
name: belatuk_body_parser
|
2023-03-26 01:21:14 +00:00
|
|
|
version: 5.0.0-beta.1
|
2021-09-12 01:23:12 +00:00
|
|
|
description: Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.
|
|
|
|
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/body_parser
|
|
|
|
environment:
|
2023-03-26 01:21:14 +00:00
|
|
|
sdk: '>=3.0.0-290.3.beta <4.0.0'
|
2021-09-12 01:23:12 +00:00
|
|
|
dependencies:
|
|
|
|
http_parser: ^4.0.0
|
2023-03-26 01:21:14 +00:00
|
|
|
belatuk_http_server: ^4.0.0-beta.1
|
2021-09-12 01:23:12 +00:00
|
|
|
mime: ^1.0.0
|
|
|
|
dev_dependencies:
|
|
|
|
http: ^0.13.0
|
2023-03-26 01:34:19 +00:00
|
|
|
test: ^1.24.0
|
2022-07-06 14:04:09 +00:00
|
|
|
lints: ^2.0.0
|