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
-
getRestRequest
Returns theRestRequestobject that created theHttpRequest.- Returns:
- The
RestRequestobject that created theHttpRequest.
-