@accelerated-software-development/caddy-api-client - v0.4.3
GitHub
Integration Tests
Preparing search index...
StaticResponseHandler
Interface StaticResponseHandler
Static response handler - return static content
interface
StaticResponseHandler
{
abort
?:
boolean
;
body
?:
string
;
close
?:
boolean
;
handler
:
"static_response"
;
headers
?:
Record
<
string
,
string
[]
>
;
status_code
?:
string
|
number
;
}
Index
Properties
abort?
body?
close?
handler
headers?
status_
code?
Properties
Optional
abort
abort
?:
boolean
Optional
body
body
?:
string
Optional
close
close
?:
boolean
handler
handler
:
"static_response"
Optional
headers
headers
?:
Record
<
string
,
string
[]
>
Optional
status_
code
status_code
?:
string
|
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abort
body
close
handler
headers
status_
code
GitHub
Integration Tests
@accelerated-software-development/caddy-api-client - v0.4.3
Loading...
Static response handler - return static content