Interface IHttpRequestInterceptor


public interface IHttpRequestInterceptor
An Http request interceptor can be used to manipulate the content entities enclosed with messages as well as the headers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(IHttpRequest request, IHttpContext context)
    A request interceptor allows changing an HTTP request.
  • Method Details

    • process

      void process(IHttpRequest request, IHttpContext context)
      A request interceptor allows changing an HTTP request.
      Parameters:
      request - the http request to be inspected and/or modified.
      context - the http context to inspect the execution state of an HTTP process.