Skip to content

.prepend

Choose a tag to compare

@johnhof johnhof released this 05 Apr 06:30
· 38 commits to master since this release

.prepend

Type: Boolean

The path to be prepended to every request throught the proxy

proxy('www.foo.com', {
  request : {
    prepend : 'foo/v0'
  }
});