Other articles


  1. "TIL: FastAPI Supports Extended HTTP Methods"

    The other day, I was looking to emulate some webDAV functionality that required use of non-standard HTTP methods: LOCK and UNLOCK. While these are fully specified in RFC 4918, they are not the kind of thing you typically see explicitly supported by web frameworks out of the box. Neither FastAPI …

    read more

links