ArangoRequest

avokka.arangodb.protocol.ArangoRequest$
See theArangoRequest companion class
object ArangoRequest

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Authentication(version: Int, `type`: MessageType, encryption: String, user: String, password: String) extends Header

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DELETE(database: DatabaseName, request: String, parameters: Map[String, String], meta: Map[String, String]) extends Request

Attributes

Supertypes
trait Request
trait Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GET(database: DatabaseName, request: String, parameters: Map[String, String], meta: Map[String, String]) extends Request

Attributes

Supertypes
trait Request
trait Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class HEAD(database: DatabaseName, request: String, parameters: Map[String, String], meta: Map[String, String]) extends Request

Attributes

Supertypes
trait Request
trait Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Header

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Header.type
sealed trait Header extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Request
class DELETE
class GET
class HEAD
class OPTIONS
class PATCH
class POST
class PUT
Show all
final case class OPTIONS(database: DatabaseName, request: String, parameters: Map[String, String], meta: Map[String, String]) extends Request

Attributes

Supertypes
trait Request
trait Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class PATCH(database: DatabaseName, request: String, parameters: Map[String, String], meta: Map[String, String]) extends Request

Attributes

Supertypes
trait Request
trait Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class POST(database: DatabaseName, request: String, parameters: Map[String, String], meta: Map[String, String]) extends Request

Attributes

Supertypes
trait Request
trait Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class PUT(database: DatabaseName, request: String, parameters: Map[String, String], meta: Map[String, String]) extends Request

Attributes

Supertypes
trait Request
trait Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Request

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Request.type
sealed trait Request extends Header, Product, Serializable

Attributes

Companion
object
Supertypes
trait Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class DELETE
class GET
class HEAD
class OPTIONS
class PATCH
class POST
class PUT
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror