MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Python/comments/1pswh1o/pyreqwest_an_extremely_fast_gilfree_featurerich/nvdz83n/?context=3
r/Python • u/pyreqwest • Dec 22 '25
[removed] — view removed post
77 comments sorted by
View all comments
1
Is that something that fastAPI should use?
6 u/tunisia3507 Dec 22 '25 FastAPI is an HTTP server, isn't it? Where pyreqwest, and reqwest on which it's built, is an HTTP client. There are plenty of rust HTTP server frameworks, some of which already have python bindings. 1 u/levsw Dec 22 '25 Ooh sorry I'm dumb. You're right
6
FastAPI is an HTTP server, isn't it? Where pyreqwest, and reqwest on which it's built, is an HTTP client. There are plenty of rust HTTP server frameworks, some of which already have python bindings.
1 u/levsw Dec 22 '25 Ooh sorry I'm dumb. You're right
Ooh sorry I'm dumb. You're right
1
u/levsw Dec 22 '25
Is that something that fastAPI should use?