infrastructure.http.HttpClient
 See theHttpClient companion class
  object HttpClient
 
Creates a new HttpClient instance.
Type parameters
- F
 - 
    
The effect type (e.g.,
IO,Future, etc.) that supports asynchronous computations. 
Value parameters
- baseUri
 - 
    
The base URI for all API requests made by the client.
 - client
 - 
    
The underlying HTTP client instance used to send requests and receive responses.
 
Attributes
- Returns
 - 
    
A new
HttpClientinstance configured with the given client and base URI. - Companion
 - class
 - Source
 - HttpClient.scala
 - Graph
 - 
    
 - Supertypes
 - 
    class Objecttrait Matchableclass Any
 - Self type
 - 
    HttpClient.type
 
Members list
In this article