commit | d25b3c9e7f23e31ac388a03361737110768597f6 | [log] [tgz] |
---|---|---|
author | Sam Rawlins <srawlins@google.com> | Mon Jul 25 13:30:39 2022 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 25 13:30:39 2022 -0700 |
tree | ffddcfb7751f414fe8d0c8f8d54c2355ea32e295 | |
parent | eaa63304c333316acd114e3be7ed701d7d7ba32c [diff] | |
parent | 60f8382b5e112ef223fd0af26479b49d160b3f7b [diff] |
Merge pull request #57 from dart-lang/srawlins-patch-1 Remove deprecated experimental invariant_booleans lint rule
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.