mirror of https://gitee.com/bigwinds/arangodb
62 lines
701 B
Plaintext
62 lines
701 B
Plaintext
!CHAPTER Session Transports
|
|
|
|
TODO
|
|
|
|
!SECTION get
|
|
|
|
`transport.get(request): string`
|
|
|
|
TODO
|
|
|
|
**Arguments**
|
|
|
|
* **request**: `Request`
|
|
|
|
[Request object](../../Router/Request.md) to extract a session identifier from.
|
|
|
|
TODO
|
|
|
|
**Examples**
|
|
|
|
TODO
|
|
|
|
!SECTION set
|
|
|
|
`transport.set(response, sid): void`
|
|
|
|
TODO
|
|
|
|
**Arguments**
|
|
|
|
* **response**: `Response`
|
|
|
|
[Response object](../../Router/Response.md) to attach a session identifier to.
|
|
|
|
* **sid**: `string`
|
|
|
|
Session identifier to attach to the response.
|
|
|
|
TODO
|
|
|
|
**Examples**
|
|
|
|
TODO
|
|
|
|
!SECTION clear
|
|
|
|
`transport.clear(response): void`
|
|
|
|
TODO
|
|
|
|
**Arguments**
|
|
|
|
* **response**: `Response`
|
|
|
|
Response object to remove the session identifier from.
|
|
|
|
TODO
|
|
|
|
**Examples**
|
|
|
|
TODO
|