toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-core
/
org.http4k.connect
/
PlainTextAction
Plain
Text
Action
abstract
class
PlainTextAction
:
Action
<
Result
<
String
,
RemoteFailure
>
>
Members
Members & Extensions
Constructors
Plain
Text
Action
Link copied to clipboard
constructor
(
)
Functions
as
Remote
Failure
Link copied to clipboard
fun
<
R
>
Action
<
R
>
.
asRemoteFailure
(
response
:
Response
)
:
RemoteFailure
to
Request
Link copied to clipboard
abstract
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
override
fun
toResult
(
response
:
Response
)
:
Result
<
String
,
RemoteFailure
>