response lifecycle timeout and route handling

This commit is contained in:
2021-03-08 12:34:31 -06:00
parent 9747d40659
commit 4ecada6be8
11 changed files with 92 additions and 19 deletions

View File

@@ -20,6 +20,8 @@ export class MemorySession extends Session {
protected sessionID?: string
protected data?: SessionData
constructor() { super() }
public getKey(): string {
if ( !this.sessionID ) throw new NoSessionKeyError()
return this.sessionID