-
-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Replace reqwest
with http
#99
Comments
I'm learning Rust by building a CLI tool which interacts with Github, which is how I came across this crate and issue. (I'm also mainly working in embedded devices, not web stuff, so I'm doubly out of my element) Forgive me if I'm misunderstanding/making some rookie mistake, but at least for the endpoints I was looking at, it looks like none of them directly depend on |
@XAMPPRocky @jesseli2002 Any updates on this? Otherwise I would like to take a shot at this. |
@IgnisDa Thank you for your interest! (and sorry @jesseli2002 for the late reply) I'd say go for it, PRs are always welcome. What I said above is non longer applicable, as yes all the requests go through |
This change is now available in 0.20.0-alpha.0 |
In order to be more client agnostic, and allow using Octocrab in more places, I would like to remove
reqwest
and replace it entirely withhttp
,tower
, andhyper
. Using the same approach askube-rs
.If anyone is interested in taking this on, I would make a PR per endpoint or endpoint group, and not move all of them at once. Feel to ask on the issue or in the discussion board if you need help.
The text was updated successfully, but these errors were encountered: