Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SttpClient.type
Members list
Type members
Classlikes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TransportContext.type
Types
Request context type.
Request context type.
Attributes
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Creates an STTP HTTP & WebSocket client message transport plugin with the specified STTP backend. Use the alternative SttpClient.http function for STTP backends without WebSocket capability.
Creates an STTP HTTP & WebSocket client message transport plugin with the specified STTP backend. Use the alternative SttpClient.http function for STTP backends without WebSocket capability.
Type parameters
- Effect
-
effect type
Value parameters
- backend
-
STTP backend
- effectSystem
-
effect system plugin
- method
-
HTTP request method (default: POST)
- url
-
HTTP or WebSocket server endpoint URL
Attributes
- Returns
-
STTP HTTP & WebSocket client message transport plugin
Creates an STTP HTTP client message transport plugin with the specified STTP backend.
Creates an STTP HTTP client message transport plugin with the specified STTP backend.
Type parameters
- Effect
-
effect type
Value parameters
- backend
-
STTP backend
- effectSystem
-
effect system plugin
- method
-
HTTP request method (default: POST)
- url
-
HTTP or WebSocket server endpoint URL
Attributes
- Returns
-
STTP HTTP client message transport plugin