com.microsoft.bot.restclient.interceptors

The package contains default interceptors for making HTTP requests.

Classes

BaseUrlHandler

Handles dynamic replacements on base URL.

CustomHeadersInterceptor

An instance of this class enables adding custom headers in client requests when added to the okhttp3.OkHttpClient interceptors.

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.