Dont process headers by default

This commit is contained in:
Joshua Granick
2016-11-08 13:49:17 -08:00
parent 4cfb0d479c
commit 772ed548fe

View File

@@ -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;