Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | data: content type fixes | bptato | 2024-03-15 | 1 | -7/+5 |
| | | | | | | | * do not skip first 5 chars (this is legacy from when we used query strings) * allow practically anything but control chars (so we can use parameters) | ||||
* | Fix compilation on Nim 1.6.14 | bptato | 2023-12-16 | 1 | -1/+4 |
| | |||||
* | Move http out of main binary | bptato | 2023-12-13 | 1 | -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-structure | bptato | 2023-12-12 | 1 | -0/+29 |