rpc
package rpc
Members list
Packages
package rpc.macros
Type members
Classlikes
trait ClientBuilder
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class HttpClientBuilderclass WebsocketClientBuilder
case class HttpClientBuilder(path: String, getJwt: Option[() => String]) extends ClientBuilder
The HTTP client builder will make HTTP requests using HTTP to the backend. . It will encode the input as the body using upickle and it will parse the output using upickle as well.
The HTTP client builder will make HTTP requests using HTTP to the backend. . It will encode the input as the body using upickle and it will parse the output using upickle as well.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ClientBuilderclass Objecttrait Matchableclass AnyShow all
object HttpClientBuilder
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
HttpClientBuilder.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MethodResponse
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MethodResponse.type
case class WebsocketClientBuilder(websocketPath: String) extends ClientBuilder
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ClientBuilderclass Objecttrait Matchableclass AnyShow all
In this article