about summary refs log tree commit diff stats
path: root/adapter/protocol/curlwrap.nim
Commit message (Collapse)AuthorAgeFilesLines
* ftp: fix unnecessary slashes being added to path; move bindings/curlbptato2023-12-151-1/+1
| | | | also in ftp: clean up resources before exit
* Various fixesbptato2023-12-131-0/+7
| | | | | | | * Makefile: fix parallel build, add new binaries to install target * twtstr: split out libunicode-related stuff to luwrap * config: quote default gopher2html URL env var for unquote * adapter/: get rid of types/url dependency, use CURL url in all cases
* http: use CURLU for URLsbptato2023-12-131-0/+3
|
* Move http out of main binarybptato2023-12-131-0/+10
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