ニュース

I am trying to create POST routes that would allow passing query string to the handler. The problem is that I only manage to have it working if there is / character before wild card in the route ...
I added today the following functionality to my toy fork: if a picture is served, you pass a GET request to the endpoint with the URL in the query string and get back a link to a resized WEBP picture ...