commit | 9bf7bd981a39137da1e5d7fe64f4652b078c7aa9 | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Mon Jun 17 18:57:49 2024 |
committer | GitHub <noreply@github.com> | Mon Jun 17 18:57:49 2024 |
tree | 07381e961ac937d25536739108b344071511c1ba | |
parent | 71b4c2c448b333397d5ff3235825d8cea773291c [diff] |
Prepare release v4.1.0 (#100) * Also make private _State class an enum * minor bump with new features
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.