Dont process headers by default
This commit is contained in:
@@ -38,7 +38,6 @@ class HTTPRequest<T> implements IHTTPRequest {
|
|||||||
|
|
||||||
contentType = "application/x-www-form-urlencoded";
|
contentType = "application/x-www-form-urlencoded";
|
||||||
followRedirects = true;
|
followRedirects = true;
|
||||||
enableResponseHeaders = true;
|
|
||||||
formData = new Map ();
|
formData = new Map ();
|
||||||
headers = [];
|
headers = [];
|
||||||
method = GET;
|
method = GET;
|
||||||
|
|||||||
Reference in New Issue
Block a user