CallType

algoliasearch.config.CallType
See theCallType companion object
sealed trait CallType

Indicate whether the HTTP call performed is of type read (GET) or write (POST, PUT ..). Used to determine which timeout duration to use.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Read.type
object Write.type
In this article