| Class | Description |
|---|---|
| ConfigurationContextResolverInterceptor |
Interceptor that populates the chain with configuration context.
|
| HopByHopHeadersRemovingInterceptor |
Removes Hop-By-Hop headers.
|
| HttpMessageLoggingInterceptor |
Logs requests and responses when enabled.
|
| RequestEnrichingInterceptor |
Adds X-Forwarded-For, X-Forwarded-Proto and X-Hcom-Request-Id headers to requests.
|
| TcpTunnelRequestRejector |
A built-in interceptor to reject connections that try to use the CONNECT method to establish a TCP tunnel
(see issue #312 https://github.com/HotelsDotCom/styx/issues/312).
|
| UnexpectedRequestContentLengthRemover |
Fixes bad content length headers.
|
| ViaHeaderAppendingInterceptor |
Add support for "Via" header as per described in Chapter 9.9 in the HTTP/1.1 specification.
|
Copyright © 2013–2020 Hotels.com. All rights reserved.