about summary refs log tree commit diff stats
path: root/adapter/protocol/data.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation on Nim 1.6.14bptato2023-12-161-1/+4
|
* Move http out of main binarybptato2023-12-131-2/+4
| | | | | | | | | | | | Now it is (technically) no longer mandatory to link to libcurl. Also, Chawan is at last completely protocol and network backend agnostic :) * Implement multipart requests in local CGI * Implement simultaneous download of CGI data * Add REQUEST_HEADERS env var with all headers * cssparser: add a missing check in consumeEscape
* adapter/: re-structurebptato2023-12-121-0/+29