Hacker News new | ask | show | jobs
by tiangolo 2355 days ago
FastAPI creator here... if you use FastAPI, HTTPX would probably be the best match for sending requests, just saying... :D
9 comments

Sometimes I find it hard to justify all the time I spend on HN. But discovering FastAPI is probably going to compensate for plenty of this time.

This is a really awesome library, thanks!

Thank you! :D
Incredible! Just started with python, this looks pretty good to use.
:D
This framework looks incredibly simple and powerful. I’ve coded a bunch of these features manually in the past. I think FastAPI is going to earn a spot in my next project!
Writing FastAPI code as I procrastinate right now!
Ha! I'm glad it's enjoyable enough as to do it as "procrastination" :p
Hey, FastAPI is great. Thank you.
:D
Thanks for the tip, we'll be sure to try it. And thanks for the framework!
:D
What does FastAPI actually add on top of Starlette which it’s built upon?
Autocompletion everywhere, and from that, data validation, serialization, documentation. Dependency injection, OAuth2 stuff. Web standards. https://fastapi.tiangolo.com/features/
Using it in production starting last month! Keep up the good work!
:D
I use FastAPI, its awesome - thank you, just saying...
Hehe, thanks! :D