+ `Forwarded::get()` to get the parsed `Forwarded` header. + `Forwarded::getOriginIp()` to get the IP address of the origin of the request directly.
+ Add a parser of Forwarded header. + Add classes for the Forwarded header in itself, and its components like a single Forward and its ForwardNodes. + Unit tests of some of the usable methods.