wiki.techinc.nl/includes/http
Moritz Schubotz (physikerwelt) 5e3a0e7395 Mimic CURLOPT_POST in GuzzleHttpRequest
The MWHttpRequest is implemented by the
CurlHttpRequest class and also the
GuzzleHttpRequest class. However, curl based rendering set
the CURLOPT_POST which implies that the 'Content-Type'
header defaults to 'application/x-www-form-urlencoded'.
To homgonize the functionality this patch mimics the
curl behaviour in Guzzle.

Bug: T232866
Change-Id: Id60a8de18e5f1e750a3bde23bd8b0deca4071165
2019-12-04 16:02:32 +00:00
..
CurlHttpRequest.php Deprecate the Http class 2019-05-06 12:07:26 +03:00
GuzzleHttpRequest.php Mimic CURLOPT_POST in GuzzleHttpRequest 2019-12-04 16:02:32 +00:00
Http.php Deprecate the Http class 2019-05-06 12:07:26 +03:00
HttpRequestFactory.php Fix new phan errors, part 2 2019-10-12 10:35:09 +00:00
MWCallbackStream.php Declare dynamic properties 2019-09-14 15:21:26 +02:00
MWHttpRequest.php Remove unneeded return from MWHttpRequest::setCallback 2019-11-08 20:50:50 +01:00
PhpHttpRequest.php Deprecate the Http class 2019-05-06 12:07:26 +03:00