eligius
Preparing search index...
IHttpPutOperationData
Interface IHttpPutOperationData
interface
IHttpPutOperationData
{
body
?:
any
;
headers
?:
Record
<
string
,
string
>
;
response
:
any
;
status
:
number
;
url
:
string
;
}
Index
Properties
body?
headers?
response
status
url
Properties
Optional
body
body
?:
any
Optional
Erased
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
Erased
response
response
:
any
Output
status
status
:
number
Output
url
url
:
string
Required
Erased
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
headers
response
status
url
eligius
Loading...
Optional
Erased