Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
SttpClient.type
Members list
Type members
Classlikes
Attributes
- Companion
- class
- Supertypes
- Self type
-
TransportContext.type
Types
Request context type.
Request context type.
Attributes
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Creates an STTP HTTP & WebSocket client message transport plugin with the specified STTP backend.
Creates an STTP HTTP & WebSocket 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 & 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