public interface HttpEngine
HttpEngine may not support all features provided by the underlying
HTTP implementation. It makes no attempt to provide raw access to the underlying engine.
A specific HttpEngine may not support all features of this API. Such differences
should be noted by implementation in its documentation. Some features of the API may only
be available with additional dependencies, these should also be noted by the implementation
documentation.
Created by covers1624 on 1/8/23.
| Modifier and Type | Method and Description |
|---|---|
default HttpEngineDownloadAction |
newDownloadAction()
Creates a new
DownloadAction backed by
this HttpEngine. |
EngineRequest |
newRequest()
Creates a new
EngineRequest builder. |
EngineRequest newRequest()
EngineRequest builder.EngineRequest builder.default HttpEngineDownloadAction newDownloadAction()
DownloadAction backed by
this HttpEngine.HttpEngineDownloadAction instance.