📄️ Public methods
All public methods are available via the kulala module.
📄️ API
Kulala currently provides one event to hook into,
📄️ Huge Request Body
If you try to create a request with a large body,
📄️ Authentication
How to handle authentication in Kulala.
📄️ Automatic Response Formatting
You can automatically format the response of an HTTP request.
📄️ DotEnv and HTTP client environment variables support
Kulala supports environment variables in .http files.
📄️ Request Variables
The definition syntax of request variables is just like a single-line comment,
📄️ Dynamically setting environment variables based on response JSON
You can set environment variables based on the response JSON of a HTTP request.
📄️ Dynamically setting environment variables based on headers
You can set environment variables based on the headers of a HTTP request.
📄️ File to variable
You can use the @file-to-variable directive to
📄️ Redirect the response
You can redirect the response to a file.
📄️ GraphQL
You can use the @graphql directive to send GraphQL requests.
📄️ Magic Variables
There is a predefined set of magic variables that
📄️ Sending Form Data
You can send form data in Kulala by
📄️ Using Environment Variables
You can use environment variables in your HTTP requests.
📄️ Using Variables
You can use variables in your HTTP requests.
📄️ HTTP File Specification
- The .http file syntax.