Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@nestia/fetcher
IFetchEvent
Interface IFetchEvent
interface
IFetchEvent
{
completed_at
:
Date
;
input
:
any
;
output
:
any
;
path
:
string
;
respond_at
:
null
|
Date
;
route
:
IFetchRoute
<
"HEAD"
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
>
;
started_at
:
Date
;
status
:
null
|
number
;
}
Index
Properties
completed_
at
input
output
path
respond_
at
route
started_
at
status
Properties
completed_
at
completed_at
:
Date
input
input
:
any
output
output
:
any
path
path
:
string
respond_
at
respond_at
:
null
|
Date
route
route
:
IFetchRoute
<
"HEAD"
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
>
started_
at
started_at
:
Date
status
status
:
null
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed_
at
input
output
path
respond_
at
route
started_
at
status
Nestia API Documents
Loading...