Documentation
Preparing search index...
@nestia/fetcher
IFetchEvent
Interface IFetchEvent
interface
IFetchEvent
{
completed_at
:
Date
;
input
:
any
;
output
:
any
;
path
:
string
;
respond_at
:
Date
|
null
;
route
:
IFetchRoute
<
"HEAD"
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
>
;
started_at
:
Date
;
status
:
number
|
null
;
}
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
:
Date
|
null
route
route
:
IFetchRoute
<
"HEAD"
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
>
started_
at
started_at
:
Date
status
status
:
number
|
null
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
Documentation
Loading...