ac_httpx_client 0.3.1 copy "ac_httpx_client: ^0.3.1" to clipboard
ac_httpx_client: ^0.3.1 copied to clipboard

HTTP1/2 client in the style of Dart's HttpClient with an integrated RFC-compliant private cache.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.1 - 2026-04-05 #

Added #

  • Unit tests for HttpxCredentials factory methods (20 tests total across credentials, header value parser, and headers extensions).
  • example/example.dart demonstrating HttpxClient GET and POST requests.

Fixed #

  • persistentConnection: corrected spelling throughout; deprecated persistantConnection alias retained for backward compatibility
  • kInitialPersistentConnection: corrected spelling; deprecated kInitialPersistantConnection constant retained
  • kKnownSecureConnectionUriSchemes now includes https

Deprecated #

  • persistantConnection getter/setter — use persistentConnection instead
  • kInitialPersistantConnection — use kInitialPersistentConnection instead

0.3.0 #

  • Update SDK environment requirement (>= 3.7.0 && <4.0.0)
  • Upgrade freezed/freezed_annotation packages

0.2.0 #

  • Upgrade freezed/freezed_annotation packages
  • Upgrade ac_lints package to 0.4.0

0.1.2 #

  • Upgrade freezed/freezed_annotation packages (lint generated files)
  • Upgrade ac_lints package to 0.3.0

0.1.1 #

  • Update LICENSE's copyright to include contributors and use SPDX file header
  • Widen SDK environment requirement to include Dart 3 versions
  • Upgrade ac_essentials package to 0.2.1
  • Upgrade ac_lints package to 0.2.0

0.1.0 #

  • Initial release
1
likes
150
points
85
downloads

Documentation

API reference

Publisher

verified publisheranthonychampagne.fr

Weekly Downloads

HTTP1/2 client in the style of Dart's HttpClient with an integrated RFC-compliant private cache.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

ac_dart_essentials, async, collection, freezed_annotation, hive, http2, http_parser, mutex

More

Packages that depend on ac_httpx_client