Builder

algoliasearch.internal.HttpRequester.Builder
class Builder(val formats: Formats)

Builder for HttpRequester.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def build(config: ClientConfig): HttpRequester
def withHttpClientConfig(config: Builder => ): Builder
def withInterceptor(interceptor: Interceptor): Builder
def withNetworkInterceptor(interceptor: Interceptor): Builder

Concrete fields

val formats: Formats