commit | d0b3ea0b9b58d1fb1aa3e5d255855294d4b9b9d8 | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Wed Dec 14 17:40:41 2016 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 14 17:40:41 2016 -0800 |
tree | b28bc311eae2b0c26d737fe78ec30eef44ce10d2 | |
parent | 317b58a3a9cdc1a5cff1ca33b95271ca62e7f1f4 [diff] |
Bump the version to 3.1.1. (#10)
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.