Static

This endpoint variant simply returns back a body to the client. This can easily be used to override the default root page of Proxima.

An example override of / shown below:

routes:
  /:
    static:
      body: "hello world"

Static Endpoint Details

NameDescriptionValue
static.bodyBody of response""
static.security.clientEnable client authentication{}
static.security.whitelist.networksEnable network whitelisting[]
static.security.whitelist.methodsEnable method authentication[]
static.headersAdd headers to response{}