We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6f070 commit b48897aCopy full SHA for b48897a
1 file changed
README.md
@@ -52,8 +52,7 @@ Please see: https://github.com/jkyberneees/nodejs-proxy-benchmarks
52
53
### Options
54
#### `base`
55
-Set the base URL for all the forwarded requests. Will be required if `http2` is set to `true`
56
-Note that _path will be discarded_.
+Set the base URL for all the forwarded requests.
57
58
#### cacheURLs
59
The number of parsed URLs that will be cached. Default: 100.
@@ -106,7 +105,6 @@ proxy(
106
105
107
##### base
108
Optionally indicates the base URL for the current request proxy. When used, the global `base` config is overwriten.
109
-> This configuration value is ignored when using HTTP2.
110
111
##### onResponse(req, res, stream)
112
Called when an http response is received from the source.
0 commit comments