Tag: WSGI
All the articles with the tag "WSGI".
-
Bottle Source Code Reading Notes (Part 1): WSGI
A deep dive into the WSGI protocol by reading Bottle's source code — how it works, how requests are processed, and how Python web frameworks interact with web servers through the WSGI interface.