commit | bc56d16444666c91acc80452e1286534ee3804e1 | [log] [tgz] |
---|---|---|
author | Moritz <mosum@google.com> | Mon Oct 21 07:30:20 2024 |
committer | GitHub <noreply@github.com> | Mon Oct 21 07:30:20 2024 |
tree | 65bee74d218e5285743f37f4e89467985ea747b2 | |
parent | 23d775898ee90be9daf3297e298a8869bc755d84 [diff] |
Update README.md (#104)
[!IMPORTANT]
This repo has moved to https://github.com/dart-lang/http/tree/master/pkgs/http_parser
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.