summaryrefslogtreecommitdiff
path: root/platform/javascript/http_client_javascript.cpp
AgeCommit message (Expand)Author
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-08Fix Javascript platform after PoolVector removal.Fabio Alessandrelli
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-24Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-02Fix compiler warnings in HTML5 platformLeon Krause
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-03-30Fix bug in HTML5 HTTPClient.Fabio Alessandrelli
2018-02-17Flush HTTPClient response data only on request/close in HTML5 platformLeon Krause
2018-02-17Warn when polling HTTPClient synchronously in HTML5 platformLeon Krause
2018-02-17Disable insecure HTTP methods CONNECT and TRACE in HTML5 platformLeon Krause
2018-02-16Fix HTML5 HTTPClient response header retrievalLeon Krause
2018-02-16Fix HTML5 HTTPClient failure detectionLeon Krause
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-11-13Implement HTTPClient in HTML5 platformLeon Krause