classes/class_httprequest #3
Replies: 3 comments 5 replies
-
|
I made an |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Its worth mentioning that Godot 4.4 will remove support for the old TLS 1.0 and 1.1 protocols according to the documentation of HTTPClient. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Should the http be queued free at some point after the request is made? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
classes/class_httprequest
Inherits: Node< Object A node with the ability to send HTTP(S) requests. Description: A node with the ability to send HTTP requests. Uses HTTPClient internally. Can be used to make HTTP requests, i...
https://docs.godotengine.org/en/latest/classes/class_httprequest.html?highlight=HTTPRequest
Beta Was this translation helpful? Give feedback.
All reactions