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

org.http4k.serverless.AwsHttpAdapter.kt Maven / Gradle / Ivy

There is a newer version: 5.31.0.0
Show newest version
package org.http4k.serverless

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

internal interface AwsHttpAdapter {
    operator fun invoke(req: Req): Request
    operator fun invoke(req: Response): Resp
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy