Add a HEAD
method to DelayedRequester
#1579
Labels
💻 aspect: code
Concerns the software code in the repository
🧰 goal: internal improvement
Improvement that benefits maintainers, not users
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟨 priority: medium
Not blocking but should be addressed soon
🐍 tech: python
Involves Python
Description
The
DelayedRequester
has a lot of machinery around making requests & handling errors that would be useful for alternate request methods (such asHEAD
orPOST
). We have a use-case for HEAD already in #1493.I think an ideal implementation would have one request inner method that is wrapped by the various methods, e.g.:
Implementation
The text was updated successfully, but these errors were encountered: