about summary refs log tree commit diff stats
path: root/doc/localcgi.md
Commit message (Collapse)AuthorAgeFilesLines
* Add w3m-cgi-compat optionbptato2023-10-011-2/+17
|
* loader: add local-cgibptato2023-09-301-0/+111
Add w3m-style local CGI support. It is not quite as powerful as w3m's local CGI, because it lacks an equivalent to W3m-control. Not sure if it's worth adding; we certainly shouldn't allow passing JS in headers, but a custom language for headers does not sound like a great idea either... eh, idk. also, TODO add multipart