]> cat aescling's git repositories - httpd-execline.git/commit
Add optional support for gzip'd `Content-Encoding`
authorcat æscling <aescling@cat.family>
Tue, 30 Apr 2024 00:11:53 +0000 (20:11 -0400)
committercat æscling <aescling@cat.family>
Tue, 30 Apr 2024 01:18:48 +0000 (21:18 -0400)
commit7249172d4d0686cab73585dd54bd3fd6a1c67a9a
tree0b26e92c7ed66142651b4762a02e9bde05debae1
parent4c68162f72f9cae2ea3e6a5c067e623d635bcc67
Add optional support for gzip'd `Content-Encoding`

If the client accepts gzip, and if the server is configured to use it,
gzip(1p) the resource on tranfur. otherwise, just cat(1p)

* Simplify regexp fur testing
- Revert
* Fix eltest syntax
* Import `output_executable`
* Correct Content-Encoding logic
* Add log lines fur debugging
- Revert
* Look fur the correct header
* Fix envvar name
* Fix missing sequencing command on logging
* Use input redirection fur output

* Update README
README.md
visible-to-httpd/binaries/http-header-parse.execline
visible-to-httpd/binaries/httpd.execline