about summary refs log tree commit diff stats
path: root/src/types/cookie.nim
Commit message (Expand)AuthorAgeFilesLines
* Use std/* imports everywherebptato2024-01-071-2/+2
* Fix some casing issuesbptato2024-01-061-1/+1
* Compile with styleCheck:usagesbptato2023-12-281-1/+1
* reduce new() usagebptato2023-10-251-3/+4
* Get rid of unicode.toLowerbptato2023-10-011-2/+2
* move around more modulesbptato2023-09-141-1/+1
* javascript: refactorbptato2023-08-281-1/+2
* return Result[T, JSError] from fromJSbptato2023-07-021-1/+0
* use =destroy instead of finalizersbptato2023-07-011-0/+2
* cookie: return error on invalid domainbptato2023-06-251-4/+5
* Improve broken cookie handling, add multipart to formbptato2023-06-251-13/+104
* Use utils/opt in toml parserbptato2023-06-181-1/+1
* Add support for canvas and multipartbptato2023-06-051-1/+3
* Add referer support, re-render on windowChangebptato2022-12-131-2/+3
* Fix stream error handling confusion, title displaybptato2022-12-131-1/+9
* Add more cookie optionsbptato2022-12-131-5/+13
* cookie: check for domainbptato2022-12-131-1/+1
* Add all sorts of config options and cookiesbptato2022-12-131-12/+36
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-0/+137