Skip to content

Commit b48897a

Browse files
committed
removing http2 related notes
1 parent ab6f070 commit b48897a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ Please see: https://github.com/jkyberneees/nodejs-proxy-benchmarks
5252

5353
### Options
5454
#### `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_.
55+
Set the base URL for all the forwarded requests.
5756

5857
#### cacheURLs
5958
The number of parsed URLs that will be cached. Default: 100.
@@ -106,7 +105,6 @@ proxy(
106105

107106
##### base
108107
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.
110108

111109
##### onResponse(req, res, stream)
112110
Called when an http response is received from the source.

0 commit comments

Comments
 (0)