commit | 7134cdd178381d71b1e9735c99790e3df028cf89 | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Mon Jun 08 19:58:54 2015 |
committer | Natalie Weizenbaum <nweiz@google.com> | Mon Jun 08 19:58:54 2015 |
tree | d21bc3eedb27f58532b77138c75e7967a46a6b08 | |
parent | f75b43cecf71d581f3903dd1aa65f9725f9c417e [diff] | |
parent | 0fe3ed87beef1f17f8bd260bff39aa5104a3abef [diff] |
Merge remote-tracking branch 'origin/master' into readme
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.