dart_quiche 0.1.0-dev.2 copy "dart_quiche: ^0.1.0-dev.2" to clipboard
dart_quiche: ^0.1.0-dev.2 copied to clipboard

Pure-Dart port of Cloudflare's quiche QUIC + HTTP/3 stack: TLS 1.3, packet protection, loss recovery, congestion control, HTTP/3, QPACK and WebTransport on top of pointycastle. No FFI, no BoringSSL.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_quiche

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_quiche: ^0.1.0-dev.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_quiche/dart_quiche.dart';
0
likes
0
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Pure-Dart port of Cloudflare's quiche QUIC + HTTP/3 stack: TLS 1.3, packet protection, loss recovery, congestion control, HTTP/3, QPACK and WebTransport on top of pointycastle. No FFI, no BoringSSL.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

basic_utils, collection, crypto, ecdsa, elliptic, hex, pointycastle, x25519

More

Packages that depend on dart_quiche