Proxy.prototype.withMethod = function (method) {
  this.config.proxyMethod = method.toUpperCase()
  return this
}