bunway
Preparing search index...
RawOptions
Interface RawOptions
interface
RawOptions
{
limit
?:
string
|
number
;
type
?:
string
|
RegExp
|
(
(
contentType
:
string
)
=>
boolean
)
;
verify
?:
(
req
:
any
,
res
:
any
,
buf
:
Buffer
,
encoding
:
string
)
=>
void
;
}
Index
Properties
limit?
type?
verify?
Properties
Optional
limit
limit
?:
string
|
number
Optional
type
type
?:
string
|
RegExp
|
(
(
contentType
:
string
)
=>
boolean
)
Optional
verify
verify
?:
(
req
:
any
,
res
:
any
,
buf
:
Buffer
,
encoding
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
type
verify
bunway
Loading...