HttpClient

ff4s.HttpClient
See theHttpClient companion object
trait HttpClient[F[_]]

A convenience wrapper around the http4s client for very simple use cases. For more advanced use cases, directly use the http4s client!

Attributes

Companion:
object
Source:
HttpClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def get[R : Decoder](url: String): F[R]

Attributes

Source:
HttpClient.scala
def post[R : Decoder, P : Encoder](url: String, body: P): F[R]

Attributes

Source:
HttpClient.scala