Replace deprecated Middleware and ProxyTable APIs
masterThe Middleware API and ProxyTable API from version 0.x.x have been removed in version 1.x.x to increase core flexibility.
- Middleware: You can implement custom logic that behaves like the old Middleware API using the new flexible API structure.
- ProxyTable: To simulate the old ProxyTable API, use an add-on module like
http-proxy-rules.