om-doh: om-doh

[ library, mit, unclassified ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies base (>=4.19.0.0 && <4.20), base64 (>=1.0 && <1.1), bytestring (>=0.12.0.2 && <0.13), http-api-data (>=0.6 && <0.7), resolv (>=0.2.0.2 && <0.3), servant (>=0.20.1 && <0.21), servant-server (>=0.20 && <0.21), text (>=2.1 && <2.2) [details]
License MIT
Copyright 2021 Owens Murray, LLC.
Author Rick Owens
Maintainer rick@owensmurray.com
Home page https://github.com/owensmurray/om-doh
Uploaded by rickowens at 2024-01-13T03:05:12Z
Distributions
Downloads 281 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for om-doh-0.1.0.2

[back to package description]

om-doh

This haskell package provides a DoH (DNS over HTTPs) implementation, exposed as a Servant API and implementation, so you can run it directly using Warp or embed it as part of a larger service, either directly as a servant api fragment or by converting it to a WAI Application.