about summary refs log tree commit diff stats
path: root/adapter/format/gopher2html.nim
Commit message (Collapse)AuthorAgeFilesLines
* gopher: simplifybptato2024-05-211-1/+1
| | | | | * update naming * do not send status code (it was always 200 anyway)
* gopher2html: do not use streamsbptato2023-12-211-4/+2
|
* Move http out of main binarybptato2023-12-131-18/+1
| | | | | | | | | | | | 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
* Move gopher to adapter/bptato2023-12-121-15/+1
| | | | Also, move default urimethodmap config to res.
* adapter/: re-structurebptato2023-12-121-0/+134