vibe.http.session

Cookie based session support.

Members

Aliases

Base64URLNoPadding
alias Base64URLNoPadding = Base64Impl!('-', '_', Base64.NoPadding)
Undocumented in source.

Classes

MemorySessionStore
class MemorySessionStore

Session store for storing a session in local memory.

Enums

SessionStorageType
enum SessionStorageType
Undocumented in source.

Interfaces

SessionStore
interface SessionStore

Interface for a basic session store.

Structs

Session
struct Session

Represents a single HTTP session.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Jan Krüger, Sönke Ludwig, Ilya Shipunov