about summary refs log tree commit diff stats
path: root/src/io/http.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix stream error handling confusion, title displaybptato2022-12-131-4/+1
| | | | Also probably other fixes.
* Move ips stuff to src/ips/bptato2022-11-221-1/+1
|
* Use unix domain sockets for IPCbptato2022-09-061-25/+27
|
* Fix request error handlingbptato2022-08-181-6/+11
|
* Use a separate process for file loadingbptato2022-08-181-25/+27
| | | | | Not very useful for now, since we still have to load the entire page before parsing it.
* Refactor fileloaderbptato2022-08-081-0/+127