commit | a9247c295710d9e5c0f652ed51e91e01e37f2bbb | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Tue Oct 04 13:43:41 2022 -0700 |
committer | Devon Carew <devoncarew@google.com> | Tue Oct 04 13:43:41 2022 -0700 |
tree | 34b24af8a7660d7b0eb1e04c95c067da05f2338a | |
parent | b968f7ddde0588273a6cbd1d2eb6569f418606ac [diff] |
update CI; prep for publishing
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
.
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.