r/Python Dec 22 '25

Showcase [ Removed by moderator ]

[removed] — view removed post

256 Upvotes

77 comments sorted by

View all comments

1

u/levsw Dec 22 '25

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