File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ var server = app.listen(3000);
215
215
proxyReq .setHeader (' x-added' , ' foobar' );
216
216
// or log the req
217
217
}
218
+ ```
218
219
219
220
* (DEPRECATED ) ** option .proxyHost ** : Use ` option.changeOrigin = true` instead.
220
221
@@ -283,6 +284,7 @@ $ npm run cover
283
284
284
285
## Changelog
285
286
287
+ * [v0.8.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.8.2) - fixed proxyError handler ([mTazelaar](https://github.com/mTazelaar))
286
288
* [v0.8.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.8.1) - fixed pathRewrite when `agent` is configured
287
289
* [v0.8.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.8.0) - support external websocket upgrade, fixed websocket shorthand
288
290
* [v0.7.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.7.0) - support shorthand syntax, fixed express/connect mounting
You can’t perform that action at this time.
0 commit comments