#include <StorageServerHttpClient.h>
|
| virtual | ~IStorageServerHttpClient ()=default |
| |
| virtual FResult | RequestSync (FAnsiStringView Url, EStorageServerContentType Accept=EStorageServerContentType::Unknown, FAnsiStringView Verb="GET", TOptional< FIoBuffer > OptPayload=TOptional< FIoBuffer >(), EStorageServerContentType PayloadContentType=EStorageServerContentType::Unknown, TOptional< FIoBuffer > OptDestination=TOptional< FIoBuffer >(), float TimeoutSeconds=-1.f, const bool bReportErrors=true)=0 |
| |
| virtual void | RequestAsync (FResultCallback &&Callback, FAnsiStringView Url, EStorageServerContentType Accept=EStorageServerContentType::Unknown, FAnsiStringView Verb="GET", TOptional< FIoBuffer > OptPayload=TOptional< FIoBuffer >(), EStorageServerContentType PayloadContentType=EStorageServerContentType::Unknown, TOptional< FIoBuffer > OptDestination=TOptional< FIoBuffer >(), float TimeoutSeconds=-1.f, const bool bReportErrors=true)=0 |
| |
◆ FResult
◆ FResultCallback
◆ ~IStorageServerHttpClient()
| virtual IStorageServerHttpClient::~IStorageServerHttpClient |
( |
| ) |
|
|
virtualdefault |
◆ RequestAsync()
◆ RequestSync()
The documentation for this class was generated from the following file: