📄️ fetch
Perform an HTTP request server-side. It follows the [DOM
📄️ proxy
Create a reverse proxy from some path to another server. It can be used in order to access the tool vendor servers without the browser needing to send a request to a different domain.
📄️ route
Define custom server-side logic. These will run without a proxy, making them faster and more reliable. The returning string is the final URL mapped.
📄️ serve
Serve static assets. Returns the final URL mapped your destination.