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 0b12d4f commit 3299c28Copy full SHA for 3299c28
README.md
@@ -53,7 +53,7 @@ service.start(3000)
53
// base parameter defined as the route target. Default value: {}
54
fastProxy: {},
55
// Optional proxy handler function. Default value: (req, res, url, proxy, proxyOpts) => proxy(req, res, url, proxyOpts)
56
- proxyHandler: () => {}
+ proxyHandler: () => {},
57
// Optional flag to indicate if target uses the HTTP2 protocol. Default value: false
58
http2: false,
59
// Optional path matching regex. Default value: '/*'
0 commit comments