@lzwme/fe-utils
Preparing search index...
index
httpLinkChecker
Function httpLinkChecker
httpLinkChecker
(
url
:
string
,
options
?:
{
reqOptions
?:
RequestOptions
;
verify
?:
(
body
:
string
)
=>
boolean
;
}
,
)
:
Promise
<
{
body
:
string
;
code
:
string
|
number
;
errmsg
:
string
;
redirected
:
boolean
;
statusCode
:
number
;
url
:
string
;
}
,
>
Parameters
url
:
string
options
:
{
reqOptions
?:
RequestOptions
;
verify
?:
(
body
:
string
)
=>
boolean
}
= {}
Returns
Promise
<
{
body
:
string
;
code
:
string
|
number
;
errmsg
:
string
;
redirected
:
boolean
;
statusCode
:
number
;
url
:
string
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@lzwme/fe-utils
Loading...