New Features
- Experimental new named-based HTMX routing system (#267)
uri
function to constracturl_for
path params- patch
HTTPConnection.url_path_for
- replace HTTP verb FT attr names with
hx-
prefixed versions, and look up values in route names (withlink
used forhref
attrs) - Default route paths to
/{func.__name__}
- Default route method to
post
if func name isn't an http verb - Support skipping
()
in route decorators