http4k-connect-core
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-core
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
>