Skip to content

HTTPAPIClient

Inherits: Node

Properties

Type Name Default
String base_url ""
PackedStringArray headers PackedStringArray()
String cache_folder "HTTPAPIClient"
bool verify_tls true
CustomLogger logger

Methods

Returns Signature
HTTPAPIClient.Response request(path: String, caching_flags: int = 3, xtra_headers: PackedStringArray = [], method: int = 0, data: String = "")

Property Descriptions

base_url

String base_url = ""

Note

There is currently no description for this property. Please help us by contributing one!

headers

PackedStringArray headers = PackedStringArray()

Note

There is currently no description for this property. Please help us by contributing one!

cache_folder

String cache_folder = "HTTPAPIClient"

Note

There is currently no description for this property. Please help us by contributing one!

verify_tls

bool verify_tls = true

Note

There is currently no description for this property. Please help us by contributing one!

logger

CustomLogger logger

Note

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

request()

HTTPAPIClient.Response request(path: String, caching_flags: int = 3, xtra_headers: PackedStringArray = [], method: int = 0, data: String = "")

Note

There is currently no description for this method. Please help us by contributing one!