HTTPAPIClient.Response
Inherits: RefCounted
Properties
| Type | Name | Default |
|---|---|---|
| int | result | |
| int | code | |
| PackedStringArray | header | |
| PackedByteArray | body |
Methods
| Returns | Signature |
|---|---|
| Variant | get_json() |
| HTTPAPIClient.Response | from_cached_result(result: Array) |
Property Descriptions
result
int result
Note
There is currently no description for this property. Please help us by contributing one!
code
int code
Note
There is currently no description for this property. Please help us by contributing one!
header
PackedStringArray header
Note
There is currently no description for this property. Please help us by contributing one!
body
PackedByteArray body
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
get_json()
Variant get_json()
Note
There is currently no description for this method. Please help us by contributing one!
from_cached_result()
HTTPAPIClient.Response from_cached_result(result: Array)
Note
There is currently no description for this method. Please help us by contributing one!