summaryrefslogtreecommitdiffstats
path: root/platform/javascript/http_client.h.inc
Commit message (Expand)AuthorAgeFilesLines
* [Net] Makes HTTPClient a custom instance class.Fabio Alessandrelli2021-06-231-50/+0
* [Net] Unify HTTPClient request and request_raw.Fabio Alessandrelli2021-06-231-1/+0
* [HTML5] Use 64KiB chunk size in JS HTTPClient.Fabio Alessandrelli2021-05-061-1/+2
* [HTML5] Replace XMLHttpRequest with Fetch.Fabio Alessandrelli2021-03-061-8/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-8/+8
* Fix Javascript platform after PoolVector removal.Fabio Alessandrelli2020-03-081-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add script to fix style issues and copyright headersRémi Verschelde2019-06-171-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Warn when polling HTTPClient synchronously in HTML5 platformLeon Krause2018-02-171-0/+5
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Implement HTTPClient in HTML5 platformLeon Krause2017-11-131-0/+48