Response

avokka.arangodb.models.admin.AdminEcho$.Response
See theResponse companion object
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
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