All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.connect.Action.kt Maven / Gradle / Ivy

There is a newer version: 5.35.2.0
Show newest version
package org.http4k.connect

import org.http4k.core.Request
import org.http4k.core.Response

interface Action {
    fun toRequest(): Request
    fun toResult(response: Response): R
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy