It seems like X-Forwarded-* is officially deprecated in favour of Forwarded: *= as defined in https://tools.ietf.org/html/rfc7239
I believe would be a good idea for Rack to support this.
There is at least one area where modifications are required: Request#scheme.
There may be others.
I am happy to submit a PR, but I thought we should discuss this first.
It seems like
X-Forwarded-*is officially deprecated in favour ofForwarded: *=as defined in https://tools.ietf.org/html/rfc7239I believe would be a good idea for Rack to support this.
There is at least one area where modifications are required:
Request#scheme.There may be others.
I am happy to submit a PR, but I thought we should discuss this first.