summaryrefslogtreecommitdiff
path: root/Source/Core/Common/HttpRequest.cpp
AgeCommit message (Expand)Author
2019-04-13Common/HttpRequest: Add option to allow non 200 response codesspycrab
2019-04-06Common/HttpRequest: Fix EscapeComponent leaking memoryspycrab
2019-04-06Qt/NetPlay: Integrate NetPlayIndexspycrab
2019-03-30Common/HttpRequest: Implement EscapeComponentspycrab
2019-02-01Common/HttpRequest: optionally follow redirectsTillmann Karras
2018-08-13Force IPv4 on external IP addressesSleepy Flower Girl
2018-05-29Common/HttpRequest: Add option to set cookiesspycrab
2018-05-04HttpRequest/Curl: Use a more intelligent timeout methodspycrab
2018-03-28HttpRequest: Add callback optionspycrab
2018-03-20HttpRequest: make curl initialization thread-safePierre Bourdon
2017-06-18HttpRequest: Use std::chrono for indicating time periodsLioncash
2017-06-13HttpRequest: Add support for custom timeoutsLéo Lam
2017-06-13HttpRequest: Add support for sending custom headersLéo Lam
2017-06-13HttpRequest: Log response body on failureLéo Lam
2017-06-13Common: Add HttpRequest to simplify HTTP requestsLéo Lam