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
 
- 
Method Details
- 
addHeader
Adds a header to the request.- Parameters:
 name- of the http headervalue- of the http header
 
 -