summaryrefslogtreecommitdiffstats
path: root/platform/javascript/http_client_javascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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