OkHttp4Client

class OkHttp4Client[F[_]](okhttp: OkHttpClient)(implicit F: Async[F]) extends Module[F]
Companion:
object
trait Module[F]
trait LibraryTypes
trait HttpClientType[F]
class Object
trait Matchable
class Any

Type members

Inherited types

final type Body = Body
Inherited from:
LibraryTypes
final type Headers = Headers
Inherited from:
LibraryTypes
final type HttpClient = () => F
Inherited from:
HttpClientType
final type Method = Method
Inherited from:
LibraryTypes
final type Request = Request
Inherited from:
LibraryTypes
final type Response = Response
Inherited from:
LibraryTypes
final type ResponseBody = ResponseBody
Inherited from:
LibraryTypes
final type Status = Status
Inherited from:
LibraryTypes
final type UriParams = UriParams
Inherited from:
LibraryTypes

Value members

Concrete fields

@nowarn("msg=outer reference in this type test")
override val HttpClient: HttpClient

Inherited fields

final val Body: Body.type
Inherited from:
LibraryTypes
final val ContentType: ContentType.type
Inherited from:
LibraryTypes
final val Headers: Headers.type
Inherited from:
LibraryTypes
final val Method: Method.type
Inherited from:
LibraryTypes
final val Request: Request.type
Inherited from:
LibraryTypes
final val Response: Response.type
Inherited from:
LibraryTypes
final val ResponseBody: ResponseBody.type
Inherited from:
LibraryTypes
final val Status: Status.type
Inherited from:
LibraryTypes
final val UriParams: UriParams.type
Inherited from:
LibraryTypes