simple_doh_client 0.0.1 copy "simple_doh_client: ^0.0.1" to clipboard
simple_doh_client: ^0.0.1 copied to clipboard

A simple DNS over Https Client.

example/main.dart

import 'package:simple_doh_client/simple_doh_client.dart';

void main(List<String> arguments) async {
  final DoHClient doHClient = DoHClient(provider: DoHProvider.cloudflare);
  final response = await doHClient.get(Uri.parse('https://google.com'));
  print(response.statusCode);
}
0
likes
140
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A simple DNS over Https Client.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http

More

Packages that depend on simple_doh_client