Issue 18298 - add note about frozen curl package #6116
Closed
+4
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I think this is the third time I have the same issue on the issue tracker and I don't know how many times people have been having asking for a better http client on the forums.
This PR makes the standard answer: "No one is or will be working on that. However, try requests it's great, written entirely in D, compatible with Vibe.d eventloop for async requests and as fast as curl"
See also:
The author of D's requests package shares a similar opinion as the Python requests developer have:
psf/requests#2424
http://docs.python-requests.org/en/latest/dev/philosophy/
With the web consistently moving (HTTP/2, newer SSL releases, etc.),
it's unlikely that the development will stop.
Hence, my proposal is to state the facts and to prevent people from bumping into the same issue over and over again.
Preview: