summaryrefslogtreecommitdiffstats
path: root/core/io/http_client_tcp.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-1/+1
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-3/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-3/+3
* [Net] Non-blocking request in HTTPClientTCP.Fabio Alessandrelli2022-02-031-0/+1
* HTTP comment cleanupMax Hilbrunner2022-01-271-5/+5
* [Net] Fix get_response_body_length for large files.Fabio Alessandrelli2022-01-231-1/+1
* Merge pull request #56331 from Cnidarias/large_http_downloadsFabio Alessandrelli2022-01-041-2/+2
|\
| * Fix http limitation for large "content-length"Cnidarias2021-12-301-2/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Adds proxy support for HTTPClientHaoyu Qiu2021-11-241-1/+10
* Try other resolved IPs if one fails to connectHaoyu Qiu2021-08-301-0/+1
* [Net] Makes HTTPClient a custom instance class.Fabio Alessandrelli2021-06-231-0/+92