Bock.prototype.get = function (path) {
  this.config.method = 'GET'
  this.config.url += path
  return this
}