mapResponse

abstract suspend fun mapResponse(response: HttpResponse): Result

Maps the HttpResponse to the Result type.

Return

The result type.

Parameters

response

The response to be mapped.