HttpResponse

openai4s.http.HttpClient.HttpResponse
See theHttpResponse companion class
object HttpResponse

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Failed[F[*]] extends HttpResponse[F]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class HttpResponse[F]
class Object
trait Matchable
class Any
Show all
object Failed

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Failed.type
final case class Successful[F[*]] extends HttpResponse[F]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class HttpResponse[F]
class Object
trait Matchable
class Any
Show all
object Successful

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Successful.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def failed[F[*]](response: Response[F]): HttpResponse[F]
def fromHttp4s[F[*]](response: Response[F]): HttpResponse[F]
def successful[F[*]](response: Response[F]): HttpResponse[F]