ExtOnRestUriRequest<TDecoded> extension

on

Methods

send() Future<TDecoded?>

Available on KUriRequest<TDecoded>, provided by the ExtOnRestUriRequest extension

sendResponse<Raw>() Future<KResponse<Raw, TDecoded>>

Available on KUriRequest<TDecoded>, provided by the ExtOnRestUriRequest extension

sendResult() Future<ApiResult<TDecoded?>>

Available on KUriRequest<TDecoded>, provided by the ExtOnRestUriRequest extension

trySend() Future<TDecoded?>

Available on KUriRequest<TDecoded>, provided by the ExtOnRestUriRequest extension

trySendResponse<Raw>() Future<KResponse<Raw, TDecoded>>

Available on KUriRequest<TDecoded>, provided by the ExtOnRestUriRequest extension

trySendResult() Future<ApiResult<TDecoded?>>

Available on KUriRequest<TDecoded>, provided by the ExtOnRestUriRequest extension