Package com.microsoft.kiota.http.middleware


package com.microsoft.kiota.http.middleware
  • Classes
    Class
    Description
    This interceptor is responsible for adding the Authorization header to the request if the header is not already present.
    DO NOT USE IN PRODUCTION interceptor that randomly fails the responses for unit testing purposes
    The middleware responsible for inspecting the request and response headers
    This handlers decodes special characters in the request query parameters that had to be encoded due to RFC 6570 restrictions names before executing the request.
    Middleware that determines whether a redirect information should be followed or not, and follows it if necessary.
    The middleware responsible for retrying requests when they fail because of transient issues
    TelemetryHandler implementation using OkHttp3
    A middleware to replace the url with the specified replacement pairs.
    Adds the current library version as a product to the user agent header