package http
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
HttpClient[F[?]] extends AnyRef
- Since
2021-01-03
-
sealed
trait
HttpError extends AnyRef
- Since
2021-01-03
-
final
case class
HttpRequest(httpMethod: Method, uri: Uri, headers: List[Header], params: List[Param], body: Option[Body]) extends Product with Serializable
- Since
2021-01-03
-
final
case class
HttpResponse(status: Status, headers: Vector[Header], body: Option[Body]) extends Product with Serializable
- Since
2021-01-03
Value Members
- object HttpClient
- object HttpError
-
object
HttpRequest extends Serializable
- Annotations
- @SuppressWarnings()
-
object
HttpResponse extends Serializable
- Annotations
- @SuppressWarnings()