RequestOptions

algoliasearch.config.RequestOptions
See theRequestOptions companion object
case class RequestOptions(headers: Map[String, String], queryParameters: Map[String, String], readTimeout: Option[Duration], writeTimeout: Option[Duration])

RequestOptions are used to pass extra parameters, headers, and timeouts to the request. Parameters set in the request option will override the default parameter.

Value parameters

headers

HTTP headers

queryParameters

HTTP query parameters

readTimeout

HTTP read timeout

writeTimeout

HTTP write timeout

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product