SimpleHttpClient

smithy4s.aws.SimpleHttpClient
trait SimpleHttpClient[F[_]]

A low level http-client interface that third parties can implement to to provide back-ends for protocols that are fully request/response-based (as in, do not support streaming operations)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def run(request: HttpRequest): F[HttpResponse]