function MockHttpExpectation(method, url, data, headers) {

  this.data = data;
  this.headers = headers;