Package com.microsoft.rest.interceptors
The package contains default interceptors for making HTTP requests.
-
Class Summary Class Description BaseUrlHandler Handles dynamic replacements on base URL.CustomHeadersInterceptor An instance of this class enables adding custom headers in client requests when added to theOkHttpClientinterceptors.LoggingInterceptor An OkHttp interceptor that handles logging of HTTP requests and responses.RequestIdHeaderInterceptor An instance of this class puts an UUID in the request header.UserAgentInterceptor User agent interceptor for putting a 'User-Agent' header in the request.