commit | 71b4c2c448b333397d5ff3235825d8cea773291c | [log] [tgz] |
---|---|---|
author | Graciliano Monteiro Passos <gracilianomp@gmail.com> | Thu Jun 13 23:01:37 2024 -0300 |
committer | GitHub <noreply@github.com> | Thu Jun 13 19:01:37 2024 -0700 |
tree | ac9fe1c41feb1e5dc4a0bd3fb61af467a865dbcd | |
parent | 53d40416ab5ef41d4605004dde1e43d1d44fd215 [diff] |
`CaseInsensitiveMap`: added constructor `fromEntries`. (#99)
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.