Search
Preparing search index...
The search index is not available
koa-hooks
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
RequestContext
Interface RequestContext
请求上下文
Hierarchy
RequestContext
Indexable
[
extra:
string
]:
any
可选属性
Index
Properties
body
finished
req
res
status
Code
type
writable
Properties
Optional
body
body
:
any
响应内容
finished
finished
:
boolean
请求是否已结束
req
req
:
IncomingMessage
当前请求对象
res
res
:
ServerResponse
当前响应对象
status
Code
status
Code
:
number
状态码
type
type
:
string
响应类型
writable
writable
:
boolean
是否可写
Globals
Request
Context
body
finished
req
res
status
Code
type
writable
Generated using
TypeDoc
请求上下文