EmberClient
Attributes
- Source
- EmberClient.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- EmberClient.scala
Attributes
- Source
- EmberClient.scala
The reason for this extra class.
The reason for this extra class. This allows you to see the present state of the underlying Pool, without having access to the pool itself.
The first element represents total connections in the pool, the second is a mapping between the number of connections in the pool for each requestKey.
Attributes
- Source
- EmberClient.scala
Inherited methods
Submits a GET request to the URI specified by the String and decodes the response on success.
Submits a GET request to the URI specified by the String and decodes the response on success. On failure, the status code is returned. The underlying HTTP connection is closed at the completion of the decoding.
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a GET request to the specified URI and decodes the response on success.
Submits a GET request to the specified URI and decodes the response on success. On failure, the status code is returned. The underlying HTTP connection is closed at the completion of the decoding.
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a request and decodes the response on success.
Submits a request and decodes the response on success. On failure, the status code is returned. The underlying HTTP connection is closed at the completion of the decoding.
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
As expectOptionOr, but defined in terms of cats.data.OptionT.
As expectOptionOr, but defined in terms of cats.data.OptionT.
Attributes
- Inherited from:
- Client
- Source
- Client.scala
As expectOption, but defined in terms of cats.data.OptionT.
As expectOption, but defined in terms of cats.data.OptionT.
Attributes
- Inherited from:
- Client
- Source
- Client.scala
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a request, and provides a callback to process the response.
Submits a request, and provides a callback to process the response.
Value parameters
- f
-
A callback for the response to req. The underlying HTTP connection is disposed when the returned task completes. Attempts to read the response body afterward will result in an error.
- req
-
An effect of the request to submit
Attributes
- Returns
-
The result of applying f to the response to req
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a request, and provides a callback to process the response.
Submits a request, and provides a callback to process the response.
Value parameters
- f
-
A callback for the response to req. The underlying HTTP connection is disposed when the returned task completes. Attempts to read the response body afterward will result in an error.
- req
-
The request to submit
Attributes
- Returns
-
The result of applying f to the response to req
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a request and decodes the response, regardless of the status code.
Submits a request and decodes the response, regardless of the status code. The underlying HTTP connection is closed at the completion of the decoding.
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a request and decodes the response, regardless of the status code.
Submits a request and decodes the response, regardless of the status code. The underlying HTTP connection is closed at the completion of the decoding.
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a request and decodes the response on success.
Submits a request and decodes the response on success. On failure, the status code is returned. The underlying HTTP connection is closed at the completion of the decoding.
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a GET request, and provides a callback to process the response.
Submits a GET request, and provides a callback to process the response.
Value parameters
- f
-
A callback for the response to a GET on uri. The underlying HTTP connection is disposed when the returned task completes. Attempts to read the response body afterward will result in an error.
- uri
-
The URI to GET
Attributes
- Returns
-
The result of applying f to the response to req
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a request and returns the response status
Submits a request and returns the response status
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a request and returns the response status
Submits a request and returns the response status
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a GET request to the URI and returns the response status
Submits a GET request to the URI and returns the response status
Attributes
- Definition Classes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a GET request to the URI and returns the response status
Submits a GET request to the URI and returns the response status
Attributes
- Definition Classes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Run the request as a stream.
Run the request as a stream. The response lifecycle is equivalent to the returned Stream's.
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a request and returns true if and only if the response status is successful
Submits a request and returns true if and only if the response status is successful
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Submits a request and returns true if and only if the response status is successful
Submits a request and returns true if and only if the response status is successful
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala
Returns this client as an HttpApp.
Returns this client as a cats.data.Kleisli.
Returns this client as a cats.data.Kleisli. All connections created by this service are disposed on completion of callback task f.
This method effectively reverses the arguments to run
followed by use
, and is preferred when an HTTP client is composed into a larger Kleisli function, or when a common response callback is used by many call sites.
Attributes
- Inherited from:
- DefaultClient (hidden)
- Source
- DefaultClient.scala