about summary refs log tree commit diff stats
path: root/src/types/cookie.nim
Commit message (Expand)AuthorAgeFilesLines
* 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