Clone this repo:
  1. 8ffcaec Bump actions/checkout from 4.1.1 to 4.1.2 (#87) by dependabot[bot] · 4 weeks ago master
  2. 84db8b0 Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#86) by dependabot[bot] · 3 months ago
  3. fea0cf2 Test dart2wasm (#85) by Kevin Moore · 3 months ago
  4. 224c1a9 drop outdated lints (#82) by Kevin Moore · 5 months ago
  5. 1cf5b7c Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#80) by dependabot[bot] · 6 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.