about summary refs log tree commit diff stats
path: root/bonus/libfetch
Commit message (Collapse)AuthorAgeFilesLines
* cha-http-libfetch: fix incorrect usage of strncatbptato2024-01-111-14/+3
| | | | | | | strncat does not work like that :P Luckily, BSD has strlcat which does. (While we're at it, remove the unused PDIE macro.)
* bonus: add libfetch HTTP backendbptato2023-12-142-0/+163
It has roughly zero utility, but maybe it's a good demonstration of local CGI? (TODO: add libfetch FTP too, that might actually be useful.)