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) extends Product with Serializable
- authorized
whether the session is authorized
- 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']
- 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
- Alphabetic
- By Inheritance
- Response
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
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)
- authorized
whether the session is authorized
- 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']
- 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
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authorized: Boolean
- val client: Client
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val database: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val headers: Map[String, String]
- val internals: Map[String, String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parameters: Map[String, String]
- val path: String
- val portType: String
- val prefix: String
- val protocol: String
- val requestBody: String
- val requestType: String
- val server: Server
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val url: String
- val user: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()