Return a Sails module where HTTP & HTTPS have been substituted out for Proxywrap-ed replacements.
This project implements a zero-change API implementation of Sails#3506.
npm install --save @vpdigital/sails-proxywrap to install the module
Edit app.js and replace require("sails") with require("@vpdigital/sails-proxywrap").