Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-06-02 05:20:26 +00:00
committed by GitHub
commit e99fed13ad
870 changed files with 350356 additions and 0 deletions

6
cookies.idx Normal file
View File

@@ -0,0 +1,6 @@
nimTitle cookies cookies.html module std/cookies 0
nim SameSite cookies.html#SameSite enum SameSite 19
nim parseCookies cookies.html#parseCookies,string proc parseCookies(s: string): StringTableRef 24
nim setCookie cookies.html#setCookie,string,string,string,string,string proc setCookie(key, value: string; domain = ""; path = ""; expires = "";\n noName = false; secure = false; httpOnly = false; maxAge = none(int);\n sameSite = SameSite.Default): string 50
nim setCookie cookies.html#setCookie,string,string,,string,string proc setCookie(key, value: string; expires: DateTime | Time; domain = ""; path = "";\n noName = false; secure = false; httpOnly = false; maxAge = none(int);\n sameSite = SameSite.Default): string 73
nimgrp setcookie cookies.html#setCookie-procs-all proc 50