Package org.apache.juneau.rest.client
Interface RestRequestCreated
public interface RestRequestCreated
Identify an 
HttpRequest that was created by a RestRequest.
 
 Allows HTTP client code to get access to the underlying RestRequest if needed.
 
See Also:
- 
Method Summary
- 
Method Details- 
getRestRequestReturns theRestRequestobject that created theHttpRequest.- Returns:
- The RestRequestobject that created theHttpRequest.
 
 
-