about summary refs log tree commit diff stats
path: root/src/io/request.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add referer support, re-render on windowChangebptato2022-12-131-0/+1
|
* Add all sorts of config options and cookiesbptato2022-12-131-22/+21
|
* Binding & macro refactoringsbptato2022-10-011-1/+5
|
* More JS bindingsbptato2022-09-131-12/+38
|
* Use unix domain sockets for IPCbptato2022-09-061-47/+52
|
* Add a network stream wrapper, improve eprintbptato2022-09-051-1/+59
|
* Small refactoringbptato2022-08-201-6/+0
|
* Fix request error handlingbptato2022-08-181-0/+1
|
* Clean up client request methods, add DUPE_BUFFERbptato2022-08-181-12/+1
|
* Use a separate process for file loadingbptato2022-08-181-0/+109
Not very useful for now, since we still have to load the entire page before parsing it.