dart-lang / http_parser

A platform-independent Dart package for parsing and serializing HTTP formats.
https://pub.dev/packages/http_parser
BSD 3-Clause "New" or "Revised" License
39 stars 28 forks source link

Add a Codec for the chunked transfer coding. #8

Closed nex3 closed 7 years ago

nex3 commented 7 years ago

Related to dart-lang/shelf#64