Clone this repo:
  1. 1ef3e56 blast_repo fixes (#73) by Devon Carew · 3 weeks ago master
  2. 5a33f5f Bump actions/checkout from 3.5.0 to 3.5.2 (#72) by dependabot[bot] · 4 weeks ago
  3. bbe37dd Bump actions/checkout from 3.3.0 to 3.5.0 (#70) by dependabot[bot] · 9 weeks ago
  4. f0527a8 Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#71) by dependabot[bot] · 9 weeks ago
  5. b3b283b Bump min SDK to 2.17 (#69) by Kevin Moore · 4 months ago

Build Status Pub Package package publisher

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.

Features

  • 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.