let
or_else res default =
match
res
with
|
`
Eof
->
default
|
`
Ok
x
->
Response
.to_string x