Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta: more modular pieces #2585

Open
seanmonstar opened this issue Mar 7, 2025 · 4 comments
Open

Meta: more modular pieces #2585

seanmonstar opened this issue Mar 7, 2025 · 4 comments

Comments

@seanmonstar
Copy link
Owner

This is meant as a meta tracking issue for making reqwest more modular. It's actually in a project: modular reqwest

But this being an issue means it can be pinned in the reqwest issue tracker.

For more background information, see this announcement: https://seanmonstar.com/blog/modular-reqwest/

@flying-sheep
Copy link

Would be great to get this in: #557

Together with a demo that uses reqwest without tokio (but a different runtime instead)

@HaoliangXu

This comment has been minimized.

@seanmonstar

This comment has been minimized.

@Wodann
Copy link

Wodann commented Apr 1, 2025

Would be great to get this in: #557

Together with a demo that uses reqwest without tokio (but a different runtime instead)

Even being able to pass in your own tokio::Runtime would be valuable, as this is required when sharing a single tokio::Runtime between multiple shared libraries - since each shared library expects its own globally initialised tokio::Runtime in reqwest now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

4 participants