public interface Unwrappable extends Request
Request.Method| Modifier and Type | Method and Description |
|---|---|
@NotNull Request |
getInner()
Returns the unwrapped version of this request.
|
static @NotNull Request |
unwrapRequest(@NotNull Request request)
Unwrap all wrapped request to an instance of base request.
|
getBody, getHeaders, getMethod, getProxy, getSleepScheduler, getUrl@NotNull static @NotNull Request unwrapRequest(@NotNull @NotNull Request request)
request - any implementation of Request.Unwrappable.@NotNull @NotNull Request getInner()
Copyright © 2019. All rights reserved.