compass
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
compass
compass-tools-web
/
dev.jordond.compass.tools.web
/
HttpApiEndpoint
/
mapResponse
map
Response
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.