http_parser 0.0.2+2 http_parser: ^0.0.2+2 copied to clipboard
A platform-independent package for parsing and serializing HTTP formats.
http_parser
is a platform-independent package for parsing and serializing
various HTTP-related formats. It's designed to be usable on both the browser and
the server, and thus avoids referencing any types from dart:io
or dart:html
.