oxygen.http.client
  package oxygen.http.client
 
Members list
Packages
           package oxygen.http.client.generic
          
         Type members
Classlikes
            trait Client
           
          Attributes
- Companion
 - object
 - Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Known subtypes
 - 
               class ZioHttpClient
 
            object Client
           
          Attributes
- Companion
 - object
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
            object RawClient extends RawClientPlatformSpecific, RawClientPlatformSpecificImpl
           
          Attributes
Attributes
- Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Known subtypes
 - 
               object RawClient
 
Attributes
- Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Known subtypes
 - 
               object RawClient
 - Self type
 
            trait RequestMiddleware
           
          
            object RequestMiddleware
           
          Attributes
- Companion
 - trait
 - Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Self type
 - 
               RequestMiddleware.type
 
            trait ResponseMiddleware
           
          
            object ResponseMiddleware
           
          Attributes
- Companion
 - trait
 - Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Self type
 - 
               ResponseMiddleware.type
 
            final case class SendRequest(method: Method, path: Path, queryParams: QueryParams, headers: Headers, body: Body)
           
          Attributes
- Companion
 - object
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
            object SendRequest
           
          Attributes
- Companion
 - class
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               SendRequest.type
 
            final case class ZioHttpClient(rawClient: RawClient, config: Config) extends Client
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait Clientclass Objecttrait Matchableclass AnyShow all
 
Experimental classlikes
Attributes
- Companion
 - object
 - Experimental
 - true
 - Supertypes
 - 
               class Objecttrait Matchableclass Any
 
            object DeriveClient
           
          Attributes
- Companion
 - trait
 - Experimental
 - true
 - Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Self type
 - 
               DeriveClient.type
 
In this article