about summary refs log tree commit diff stats
path: root/src/server/request.nim
Commit message (Collapse)AuthorAgeFilesLines
* loader: remove referrer field from Requestbptato2025-04-131-6/+7
| | | | It's OK to store it in headers.
* loader: respect credentials modebptato2025-03-281-9/+13
|
* headers: hide table, always specify guardbptato2025-03-121-9/+3
|
* Re-add JSValueConstbptato2025-03-121-3/+3
| | | | | | | | | This time, I've also ported over the consistency check to prevent some ownership bugs. Unfortunately, the check is very limited, and it is still possible to double-free or leak JSValues. I think it would be possible to make coverage 100%, but only with ARC...
* Refactor bufreader, bufwriterbptato2025-03-011-14/+14
| | | | | This adds a runtime check to packet readers to ensure that all fds have been read, and switches to seqs for packet writers.
* loader/* -> serverbptato2024-11-241-0/+295
one less mystery