summaryrefslogtreecommitdiff
path: root/core/io/http_client.cpp
AgeCommit message (Expand)Author
2020-11-14Allows HTTPClient to talk to proxy serverHaoyu Qiu
2020-10-10Fixes HTTPClient::poll crash after connection is self-assignedHaoyu Qiu
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01Merge pull request #33640 from mewin/http_head_requestFabio Alessandrelli
2019-11-26do not wait for response body when making a HEAD requestPatrick Wuttke
2019-11-25Merge pull request #33862 from Faless/net/http_request_chunk_sizeRémi Verschelde
2019-11-24Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli
2019-11-23Fix HTTPClient::poll crash when connection set to nullArtem Burjachenko
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-06Fix a random SSL crash I saw once.Hein-Pieter van Braam-Stewart
2019-05-19Fix typos with codespellRémi Verschelde
2019-02-20Fix HTTPClient keep alive with chunked encoding.Fabio Alessandrelli
2019-02-20HTTPClient read until EOF fixesFabio Alessandrelli
2019-02-16Fix keep-alive without header in HTTP clientFabio Alessandrelli
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-21Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli
2018-09-15Fix HTTPClient _get_http_data bug after #21976.Fabio Alessandrelli
2018-09-13Merge pull request #21976 from Faless/http_client_eof_fixRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli
2018-09-12Fix non chunked HTTP reading till eof.Fabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-16HTTP client now uses non blocking handshakeFabio Alessandrelli
2018-07-04Fix CORS problems due to added headers on JS targetGagaPete
2018-05-22Allow body-up-to-EOF HTTP responsesPedro J. Estébanez
2018-04-12Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez
2018-03-27Enhance HTTPClient.query_string_from_dict()Pedro J. Estébanez
2018-03-27Unify http- and percent- encode/decodePedro J. Estébanez
2018-03-04Fix wrong SSL handshakePedro J. Estébanez
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-15Fix javascript build error and improve #14604Fabio Alessandrelli
2017-12-14HTTP cleanup & better defaultsmhilbrunner
2017-12-12HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner
2017-11-13Implement HTTPClient in HTML5 platformLeon Krause
2017-10-26Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause
2017-10-03Fixed a bug where ssl would force validation even though you told it not to.Nathan Warden
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde