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 theRestRequest
object that created theHttpRequest
.- Returns:
- The
RestRequest
object that created theHttpRequest
.
-