summaryrefslogtreecommitdiffstats
path: root/platform/javascript/http_client_javascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-272/+0
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Verify custom HTTP headers, fix off by one errorMax Hilbrunner2022-01-271-0/+5
* [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
* [Net] Makes HTTPClient a custom instance class.Fabio Alessandrelli2021-06-231-53/+33
* [Net] Unify HTTPClient request and request_raw.Fabio Alessandrelli2021-06-231-16/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* [HTML5] Replace XMLHttpRequest with Fetch.Fabio Alessandrelli2021-03-061-79/+104
* [HTML5] Fix HTTPClient request_raw.Fabio Alessandrelli2021-02-111-2/+11
* Fix JavaScript platform after MainLoop methods rename.Fabio Alessandrelli2021-01-101-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix missed renamings from empty() to is_empty()Rémi Verschelde2020-12-291-5/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-22/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-9/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Fix Javascript platform after PoolVector removal.Fabio Alessandrelli2020-03-081-17/+6
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-16/+16
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli2019-11-241-0/+4
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-8/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix compiler warnings in HTML5 platformLeon Krause2018-10-021-1/+5
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Fix bug in HTML5 HTTPClient.Fabio Alessandrelli2018-03-301-1/+1
* Flush HTTPClient response data only on request/close in HTML5 platformLeon Krause2018-02-171-2/+0
* Warn when polling HTTPClient synchronously in HTML5 platformLeon Krause2018-02-171-0/+19
* Disable insecure HTTP methods CONNECT and TRACE in HTML5 platformLeon Krause2018-02-171-0/+2
* Fix HTML5 HTTPClient response header retrievalLeon Krause2018-02-161-2/+4
* Fix HTML5 HTTPClient failure detectionLeon Krause2018-02-161-11/+7
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+2
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix javascript build error and improve #14604Fabio Alessandrelli2017-12-151-3/+3
* HTTP cleanup & better defaultsmhilbrunner2017-12-141-15/+20
* Implement HTTPClient in HTML5 platformLeon Krause2017-11-131-0/+282