tag | 2dc38f630ead375c745e89963a4a7c8c68c66502 | |
---|---|---|
tagger | Natalie Weizenbaum <nweiz@google.com> | Mon Dec 14 22:07:02 2015 |
object | cdcddf9ffa3176416b5d0bd15e0b392435bae94b |
Remove DataUri.
commit | cdcddf9ffa3176416b5d0bd15e0b392435bae94b | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Mon Dec 14 22:06:08 2015 |
committer | Natalie Weizenbaum <nweiz@google.com> | Mon Dec 14 22:06:08 2015 |
tree | 6fe37b7c128c0a94a91cacaf1ab5c8fcace77d7a | |
parent | 4ef269538eafda236ddb24e514ebec97acd9cf25 [diff] |
Remove DataUri. Closes #6 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1516133002 .
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.