summaryrefslogtreecommitdiff
path: root/examples/doh.py
Commit message (Collapse)AuthorAgeFilesLines
* Better DNS-over-HTTPS support. (#908)Bob Halley2023-03-191-23/+4
| | | | | | | | | | | | This change: Allows resolution hostnames in URLs using dnspython's resolver or via a bootstrap address, without rewriting URLs. Adds full support for source addresses and ports to httpx, except for asyncio I/O where only the source address can be specified. Removes support for requests.
* black autoformattingBob Halley2022-03-151-5/+6
|
* remove extra slash so link worksKimball Leavitt2021-02-251-1/+1
|
* make executableBob Halley2020-07-101-0/+0
|
* DoH cleanup.Brian Wellington2020-01-071-2/+2
|
* example for DNS over HTTPSkimbo2019-12-301-0/+42