4950515253545556
headers = new HttpHeaders(); } public HttpRequest(InputStream is) throws IOException, HttpException { IHttpHeadersParser headersParser = new HttpHeadersParser(); this.headers = headersParser.parse(is); }