Have entire request object in 'render:route' hook
[issue link]When using Zeit Now for hosting, we currently create a staging instance of our app, and then alias it to the production URL when we’re ready to go live. We would like to use a CDN for our assets, and I looked at the AMP example here, but unfortunately this setup doesn’t work, because this is host-related and not path-related.
Would it be possible to get the entire req here: https://github.com/nuxt/nuxt.js/blob/f15eb9efa736495ff657257a8911a069da21d457/lib/core/middleware/nuxt.js#L13 and if not, is there a hook further up that would help us in this situation?