@accelerated-software-development/caddy-api-client - v0.2.2
GitHub
Integration Tests
Preparing search index...
CaddyRouteMatcher
Interface CaddyRouteMatcher
Caddy route matcher
interface
CaddyRouteMatcher
{
header
?:
Record
<
string
,
string
[]
>
;
host
?:
string
[]
;
method
?:
HttpMethod
[]
;
path
?:
string
[]
;
query
?:
Record
<
string
,
string
[]
>
;
}
Index
Properties
header?
host?
method?
path?
query?
Properties
Optional
header
header
?:
Record
<
string
,
string
[]
>
Optional
host
host
?:
string
[]
Optional
method
method
?:
HttpMethod
[]
Optional
path
path
?:
string
[]
Optional
query
query
?:
Record
<
string
,
string
[]
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
header
host
method
path
query
GitHub
Integration Tests
@accelerated-software-development/caddy-api-client - v0.2.2
Loading...
Caddy route matcher