MultiHTTPRequest
Inherits: Node
Properties
| Type | Name | Default |
|---|---|---|
| int | num_clients | 8 |
| CustomLogger | logger |
Methods
| Returns | Signature |
|---|---|
| void | cancel_request() |
| int | request(urls: PackedStringArray) |
Property Descriptions
num_clients
int num_clients = 8
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
cancel_request()
void cancel_request()
Note
There is currently no description for this method. Please help us by contributing one!
request()
int request(urls: PackedStringArray)
Note
There is currently no description for this method. Please help us by contributing one!