commit | d8fbf6b8da1a545d65173d236bd800081660098f | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Wed Jan 13 01:21:10 2016 |
committer | Natalie Weizenbaum <nweiz@google.com> | Wed Jan 13 01:21:10 2016 |
tree | b7ad9f19d623af5a8ba1705413af20c57b22581f | |
parent | cdcddf9ffa3176416b5d0bd15e0b392435bae94b [diff] |
Get rid of all the library tags. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1580233004 .
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
. It includes:
Support for parsing and formatting dates according to HTTP/1.1, the HTTP/1.1 standard.
A MediaType
class that represents an HTTP media type, as used in Accept
and Content-Type
headers. This class supports both parsing and formatting media types according to HTTP/1.1.
A CompatibleWebSocket
class that supports both the client and server sides of the WebSocket protocol independently of any specific server implementation.