AdminEcho

avokka.arangodb.models.admin.AdminEcho$
object AdminEcho

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AdminEcho.type

Members list

Type members

Classlikes

final case class Client(address: String, port: Long, id: String)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Client.type
final case class Response(authorized: Boolean, client: Client, database: String, headers: Map[String, String], internals: Map[String, String], parameters: Map[String, String], path: String, portType: String, prefix: String, protocol: String, requestBody: String, requestType: String, server: Server, url: String, user: String)

Value parameters

`path`

relative path of this request

authorized

whether the session is authorized

cookies

list of the cookies you sent

database

the database this request was executed on

headers

the list of the HTTP headers you sent

internals

contents of the server internals struct

parameters

Object containing the query parameters

prefix

prefix of the database

protocol

the transport, one of ['http', 'https', 'velocystream']

rawRequestBody

List of digits of the sent characters

requestBody

stringified version of the POST body we sent

requestType

In this case POST, if you use another HTTP-Verb, you will se that (GET/DELETE, ...)

url

the raw request URL

user

the currently user that sent this request

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Response.type
final case class Server(address: String, port: Long, endpoint: String)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Server.type