dart-sdk/pkg/http_parser
2014-07-23 23:44:09 +00:00
..
lib Fix a library name conflict in pkg/http_parser. 2014-06-02 21:26:39 +00:00
test pkg/http_parser: fixed edge cases with 9s and single-digit days 2014-05-09 20:26:15 +00:00
CHANGELOG.md Move a number of packages and some of pub over to using source_span. 2014-07-23 23:44:09 +00:00
LICENSE
pubspec.yaml Move a number of packages and some of pub over to using source_span. 2014-07-23 23:44:09 +00:00
README.md

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.