mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 01:09:27 +02:00
add merciful reconnect option.
This commit is contained in:
parent
01c0f269ee
commit
b2ae808233
4 changed files with 35 additions and 14 deletions
|
@ -50,6 +50,7 @@ type SessionManager interface {
|
|||
|
||||
ImplicitHosting() bool
|
||||
CookieEnabled() bool
|
||||
MercifulReconnect() bool
|
||||
|
||||
CookieSetToken(w http.ResponseWriter, token string)
|
||||
CookieClearToken(w http.ResponseWriter, r *http.Request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue