import java.util.List;Go to the source code of this file.
Packages | |
| package | dev.rafex.ether.http.security.proxy |
| Trusted proxy policies for forwarded request handling. | |
Functions | |
| record | dev.rafex.ether.http.security.proxy.TrustedProxyPolicy (List< String > trustedSources, boolean trustForwardedHeader, boolean forwardedOnly, boolean preferRightMostForwardedFor) |
| Política para configurar proxy de confianza en servidores. | |