rpc.HttpClientBuilder
See theHttpClientBuilder companion object
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.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ClientBuilderclass Objecttrait Matchableclass Any
Members list
In this article