| commit | c73967535ce31120e218120f70ef98cc22688c82 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@google.com> | Wed Oct 05 18:10:18 2022 |
| committer | GitHub <noreply@github.com> | Wed Oct 05 18:10:18 2022 |
| tree | 34b24af8a7660d7b0eb1e04c95c067da05f2338a | |
| parent | b968f7ddde0588273a6cbd1d2eb6569f418606ac [diff] | |
| parent | a9247c295710d9e5c0f652ed51e91e01e37f2bbb [diff] |
Merge pull request #60 from dart-lang/prep_publish 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.