Interface ClientRequestContext

All Known Implementing Classes:
ClientRequestContextImpl

public interface ClientRequestContext

Request context provides the data of the request and offers methods to change it

Author:
Tassilo Weidner
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addHeader(String name, String value)
    Adds a header to the request.
  • Method Details

    • addHeader

      void addHeader(String name, String value)
      Adds a header to the request.
      Parameters:
      name - of the http header
      value - of the http header