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 Detail

      • addHeader

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