summaryrefslogtreecommitdiff
path: root/platform/javascript/http_client_javascript.cpp
AgeCommit message (Expand)Author
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