@accelerated-software-development/caddy-api-client - v0.2.2
GitHub
Integration Tests
Preparing search index...
CaddyRoute
Interface CaddyRoute
Caddy route definition
interface
CaddyRoute
{
"@id"
?:
string
;
handle
?:
CaddyRouteHandler
[]
;
match
?:
CaddyRouteMatcher
[]
;
priority
?:
number
;
terminal
?:
boolean
;
}
Index
Properties
@id?
handle?
match?
priority?
terminal?
Properties
Optional
@id
"@id"
?:
string
Optional
handle
handle
?:
CaddyRouteHandler
[]
Optional
match
match
?:
CaddyRouteMatcher
[]
Optional
priority
priority
?:
number
Optional
terminal
terminal
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
@id
handle
match
priority
terminal
GitHub
Integration Tests
@accelerated-software-development/caddy-api-client - v0.2.2
Loading...
Caddy route definition