Skip to content

Config Get Handler

Allows your client applications to fetch environment configurations from the Vulcan worker. This handler only exposes configurations that have not explicitly been omitted.

typescript
type handlers = {
  ConfigGetHandler: { 
    handle(context: Context): Promise<Response> 
  }
}

Endpoint

Method: GET Path: /your-endpoint/config