Created by: Timer
Since the old advanced proxy wasn't very advanced, this adds support for a "user mode" proxy, where the user is free to define any middleware that will act as their proxy.
example usage:
// src/setupProxy.js
module.exports = function(app: express.Application) {
// ...
};