commit | 6f73e4a399df013ded8f4c81f151d122b36d361b | [log] [tgz] |
---|---|---|
author | Sam Rawlins <srawlins@google.com> | Mon Jan 09 21:30:38 2023 -0800 |
committer | GitHub <noreply@github.com> | Mon Jan 09 21:30:38 2023 -0800 |
tree | b5b465be39b5d2f463117492afc1024e96ee91cc | |
parent | 16a4f34aed27a3eb91c3526827e76fc28ed469d6 [diff] |
Migrate from no-implicit-casts to strict-casts (#66)
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.