summaryrefslogtreecommitdiffstats
path: root/core/io/http_client.h
Commit message (Expand)AuthorAgeFilesLines
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-1/+2
* 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-2/+2
* Verify custom HTTP headers, fix off by one errorMax Hilbrunner2022-01-271-0/+1
* [Net] Fix get_response_body_length for large files.Fabio Alessandrelli2022-01-231-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Adds proxy support for HTTPClientHaoyu Qiu2021-11-241-0/+4
* [Net] Makes HTTPClient a custom instance class.Fabio Alessandrelli2021-06-231-59/+26
* [Net] Unify HTTPClient request and request_raw.Fabio Alessandrelli2021-06-231-2/+4
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-4/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Increase the default HTTPClient download chunk size to 64 KiBHugo Locurcio2020-11-071-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-16/+16
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #33640 from mewin/http_head_requestFabio Alessandrelli2019-12-011-0/+1
|\
| * do not wait for response body when making a HEAD requestPatrick Wuttke2019-11-261-0/+1
* | Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli2019-11-241-0/+1
|/
* Fix HTTPClient keep alive with chunked encoding.Fabio Alessandrelli2019-02-201-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* HTTP client now uses non blocking handshakeFabio Alessandrelli2018-07-161-0/+1
* Allow body-up-to-EOF HTTP responsesPedro J. Estébanez2018-05-221-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* HTTP cleanup & better defaultsmhilbrunner2017-12-141-9/+18
* HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner2017-12-121-0/+15
* Implement HTTPClient in HTML5 platformLeon Krause2017-11-131-3/+9
* Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause2017-10-261-2/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-0/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-15/+11
* Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-231-2/+0
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-1/+1
* Type renames:Juan Linietsky2017-01-111-3/+3
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-1/+3
|\
| * Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2016-12-131-2/+3
| * Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2016-12-091-0/+1
| * Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-091-1/+1
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* address type for http clientAriel Manzur2016-10-191-1/+1
* Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky2016-06-221-0/+1
* Fix typo in http_client.hJ08nY2016-06-031-1/+1
* httpclient request withh raw_array bodyAlexander Holland2016-05-041-0/+1