Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrortrait ZClientPlatformSpecificclass Objecttrait Matchableclass AnyShow all
- Self type
-
ZClient.type
Members list
Type members
Classlikes
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BodyDecoder.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BodyEncoder.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Executes an HTTP request and extracts the response
Executes an HTTP request and extracts the response
'''NOTE''': This method materializes the full response into memory. If the response is streaming, it will await for it to be fully collected before resuming.
Attributes
- See also
-
streaming for a variant that doesn't materialize the response body in memory, allowing to stream response bodies
Executes an HTTP request and extracts the response.
Executes an HTTP request and extracts the response.
It is the responsibility of the user to ensure that the resources associated with the request are properly finalized via the returned Scope.
'''NOTE''': The Scope must be closed ''after'' the body has been collected.
Attributes
- See also
-
batched for a variant that doesn't require manual handling of the request's resources (i.e.,
Scope)
Executes an HTTP request, and transforms the response to a ZStream using the provided function. The resources associated with this request will be automatically cleaned up when the ZStream terminates.
Executes an HTTP request, and transforms the response to a ZStream using the provided function. The resources associated with this request will be automatically cleaned up when the ZStream terminates.
This method does not materialize the response body in memory, so it will resume as soon as the response is received, and it is safe to use with large response bodies
Attributes
Inherited methods
Attributes
- Inherited from:
- ZClientPlatformSpecific
Attributes
- Inherited from:
- ZClientPlatformSpecific
Attributes
- Inherited from:
- ZClientPlatformSpecific
Attributes
- Inherited from:
- ZClientPlatformSpecific