tag | 7d66fcca1f5142be051edd870c8cdcda05c42eb1 | |
---|---|---|
tagger | Natalie Weizenbaum <nweiz@google.com> | Wed May 04 17:46:54 2016 -0700 |
object | 01d281461ee4ab83b1f7bfe3dc84b98bb8d17f19 |
Remove deprecated APIs.
commit | 01d281461ee4ab83b1f7bfe3dc84b98bb8d17f19 | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Wed May 04 17:45:54 2016 -0700 |
committer | Natalie Weizenbaum <nweiz@google.com> | Wed May 04 17:45:54 2016 -0700 |
tree | ccaeddbb7c7dcb5217fef045facbc583e4aae857 | |
parent | fbb2eccda0225930451b068696bc14e7a099129f [diff] |
Remove deprecated APIs. This also makes the package strong-mode clean. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1950183003 .
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 WebSocketChannel
class that provides a StreamChannel
interface for both the client and server sides of the WebSocket protocol independently of any specific server implementation.