2021-09-12 01:23:12 +00:00
|
|
|
name: belatuk_body_parser
|
2024-05-21 15:08:07 +00:00
|
|
|
version: 5.3.0
|
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:
|
2024-05-21 15:08:07 +00:00
|
|
|
sdk: '>=3.3.0 <4.0.0'
|
2021-09-12 01:23:12 +00:00
|
|
|
dependencies:
|
|
|
|
http_parser: ^4.0.0
|
2024-05-21 15:08:07 +00:00
|
|
|
belatuk_http_server: ^4.4.0
|
2021-09-12 01:23:12 +00:00
|
|
|
mime: ^1.0.0
|
|
|
|
dev_dependencies:
|
2023-05-26 15:05:21 +00:00
|
|
|
http: ^1.0.0
|
2023-03-26 01:34:19 +00:00
|
|
|
test: ^1.24.0
|
2024-05-21 15:08:07 +00:00
|
|
|
lints: ^4.0.0
|