public interface HttpRequestInterceptor
This interceptor is only applied to HTTP requests which are sent to Dynatrace backends.
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(HttpRequest httpRequest)
Intercept the HTTP request and manipulate it.
|
void intercept(HttpRequest httpRequest)
Currently it's only possible to set custom HTTP headers.
httpRequest - The HTTP request to Dynatrace backend.