Resource (common.configurable) Configuration

Type: io.helidon.common.configurable.Resource

Configuration options

Optional configuration options
keytypedefault valuedescription
content

string

 

Base64 encoded content of the resource

content-plain

string

 

Plain text content of the resource

path

string

 

File system path to the resource.

proxy-host

string

 

Host of the proxy when using url.

proxy-port

int

 

Port of the proxy when using url.

resource-path

string

 

Classpath location of the resource.

uri

URI

 

URI of the resource.

use-proxy

boolean

true

Whether to use proxy. Only used if proxy-host is defined as well.