HttpRequest(this.url, this.method, this.param, this.headers) { this.url = url; this.method = method; this.param = param; this.headers = headers; }