Add support for new HTTP standard method QUERY
Author: spaceoneCreated Jun 29, 2026Updated Jun 29, 2026
RFC 10008 standardized a new HTTP method QUERY, which is safe, idempotent, cacheable, allows arbitrary request Content-Types.
It would be very nice, if tornado would support it in the server component.
Source: tornadoweb/tornado