Description
Build small Python web applications and APIs with a compact microframework that includes routing, request handling, and response helpers. It is useful for simple services, prototypes, and embedded web interfaces.
Even small web apps handle untrusted requests. Validate input, authentication, file access, and error output before exposing a service to a network.