produce Response
abstract suspend fun produceResponse(request: Metador.Request): Result<Map<String, String>, Throwable>
Content copied to clipboard
Produces a response from the specified request. The response will always be produced, but it may or may not be successful
Return
a Result-wrapped map, that indicates if the response was successful or not
Parameters
request
the request to check