DNS caching? #2211
DNS caching?
#2211
|
What is the nature of httpx's DNS caching, if any? I'm currently working with a script that creates multiple concurrent |
Answered by
lovelydinosaur
May 10, 2022
Replies: 1 comment
|
The package does not currently provide any DNS caching. For comparison with other similar package, Agree that it's probably worthwhile for us to have on the roadmap. I'd be happy for someone to open an issue to request it as a feature. |
0 replies
Answer selected by
lovelydinosaur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The package does not currently provide any DNS caching.
For comparison with other similar package,
aiohttpdoes, butrequestsdoes not.Agree that it's probably worthwhile for us to have on the roadmap. I'd be happy for someone to open an issue to request it as a feature.