📄️ Global Configuration
The global configuration defines the settings that apply to all endpoints in your Server.
📄️ Endpoints
An endpoint is a specific URL within your Server that accepts requests. Each endpoint is defined by a path, a target, and optional request and response modifications. You can also apply policies and middleware to an endpoint to enforce security, rate limiting, and other requirements.
📄️ Policy Definitions
Policies are reusable middleware that can be applied to multiple endpoints. You can configure policies in the policyDefinitions section of your configuration file.
🗃️ Policies
4 items
📄️ Environment Variables
Gateweaver supports using environment variables in your configuration file. This allows you to define dynamic values that can be set at runtime. You can use the $ syntax to reference environment variables in your configuration file.