Http Request Executor
interface HttpRequestExecutor
HttpRequestExecutor is an interface providing a pluggable networking layer of the MIRACL Trust SDK. If implemented and passed as an argument when initializing the MIRACL Trust SDK, you can provide your own HTTP request executor.
Functions
Link copied to clipboard
abstract suspend fun execute(apiRequest: ApiRequest): MIRACLResult<String, HttpRequestExecutorException>
Executes HTTP requests.