|
|
|
|
|
by marttt
1427 days ago
|
|
> ... I have written and continue to write small programs to do this ... Would you mind sharing some of that code? Some of your recent comments on web browsers, text browsers and javascript [1 + its follow-up] are really interesting. Thanks for sharing. 1: https://news.ycombinator.com/item?id=32131901 |
|
These programs are to be used in pipelines, something like
"h1b" is a HOSTS file entry for a localhost TLS-enabled forward proxy"yy025" is a small program that generates HTTP.
Interestingly I think curl was modified in recent years to detect binary data on stdin. I just tested the following and it extracted the PDF automatically.
However, one thing that curl does _not_ do is HTTP/1.1 pipelining. I use pipelining on a daily basis. That is where these programs become useful for me.