commit | b3b283b9f139640b932d604e8815460bbd3ecab5 | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Wed Feb 08 16:01:43 2023 |
committer | GitHub <noreply@github.com> | Wed Feb 08 16:01:43 2023 |
tree | 5d7c95aa4d5575cb3ce593efb0931c3747dec4c3 | |
parent | 1c0c17a1a5d9ca62c85f0940d9edbf2a98209bfa [diff] |
Bump min SDK to 2.17 (#69) Move to dart_flutter_team_lints and fix related issues
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.