Client.prototype.expectHeader = function(key, val) {
  this.expect(expect.header(key, val));
  return this;
};