commit | 8616f3418cc6970f5cdb108f61789765821b97a7 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch1@gmail.com> | Mon Dec 09 13:26:19 2019 -0800 |
committer | GitHub <noreply@github.com> | Mon Dec 09 13:26:19 2019 -0800 |
tree | d5c6e3b1e6d0bfc50fb2816d2a2703970fefa711 | |
parent | 99e7867f28225045c26dfcc01873e9e68ab7ee5d [diff] |
Fix newly enforced package:pedantic lints (#27) - prefer_single_quotes - prefer_spread_collections Bump minimum SDK to 2.3.0 to allow spreads in collection literals.
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.