Preparing search index...
The search index is not available
@xinferai/utils-lib
@xinferai/utils-lib
read-raw
readRaw
Function readRaw
readRaw
(
response
:
Response
,
readLines
?:
(
x
:
string
[]
,
y
:
string
)
=>
void
,
)
:
Promise
<
{
bodyText
:
string
;
headers
:
any
}
>
Read the response body and headers
Parameters
response
:
Response
Optional
readLines
:
(
x
:
string
[]
,
y
:
string
)
=>
void
Returns
Promise
<
{
bodyText
:
string
;
headers
:
any
}
>
Object containing the body text and headers
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@xinferai/utils-lib
Loading...
Read the response body and headers