- Edited
Hey. I need to send many HTTP requests at once, but seems that HTTP Request
node support only 1 request.
What the best way to create these HTTP nodes and send requests from them?
Hey. I need to send many HTTP requests at once, but seems that HTTP Request
node support only 1 request.
What the best way to create these HTTP nodes and send requests from them?
darceyo Hey. I need to send many HTTP requests at once, but seems that HTTP node support only 1 request.
HTTPClient may be better for that than HTTPRequest.
https://docs.godotengine.org/en/4.2/classes/class_httpclient.html#class-httpclient
DaveTheCoder HTTPClient
in 4.1.3
there is no http client.
https://docs.godotengine.org/en/4.1/classes/class_httpclient.html#
It's not new. It was in Godot 3. But it's a RefCounted, not a Node.
I found this example of using it:
https://gamedevacademy.org/httpclient-in-godot-complete-guide/
DaveTheCoder
am i missing something?
I added more explanation in my previous reply.