📄️ Access Headers
You want to access the HTTP headers sent in a request .
📄️ Create Endpoint
You want to create an HTTP endpoint that responds to GET requests with some static content.
📄️ Handle Query Parameters
You want to access the query parameters passed to an HTTP endpoint.
📄️ Handle Url Parameters
You want to create a single HTTP endpoint that can handle requests .
📄️ Post Form Data
You want to post form data to a flow .
📄️ Post JSON
You want to post JSON data to a flow .
📄️ Post Data
You want to post raw text data to a flow .
📄️ Serve JSON
You want to respond to an HTTP request with JSON data .
📄️ Serve Local File
You want to create an HTTP endpoint that responds to GET requests with content from a local file.
📄️ Cookies
You want to create an HTTP flow that uses cookies .