HttpRequest

algoliasearch.config.HttpRequest
See theHttpRequest companion object
case class HttpRequest(method: String, path: String, read: Boolean, headers: Map[String, String], queryParameters: Map[String, String], body: Option[Any])

Represents an HTTP request.

Value parameters

body

HTTP body

headers

HTTP headers

method

HTTP method

path

HTTP path

queryParameters

HTTP query parameters

read

Whether this request is a read request

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