Commit Graph

6 Commits

Author SHA1 Message Date
styan ca9120abb3 Fix INPUT statuses being counted as redirects 2020-05-24 23:56:51 +00:00
styan a18262a60c Add a portable URI escaping function 2020-05-24 05:34:14 +00:00
styan bfd996c8d6 Fix the usage message; use HOST from the environment 2020-05-21 02:58:50 +00:00
styan 8b34604921 Add the `R' and `h' opts; use openssl(1) as a backup
Add the `-R' option that makes it so the URL is used in the request
exactly as it is given.
Add the `-h' option to specify the hostname to make the request to.
Check nc(1), and any other nc(1)s found, to see if they accept the
`-c' option; if none are found, default to using `openssl s_client'.
2020-05-21 00:38:11 +00:00
styan 4d43dcb67e Add comments 2020-05-16 22:51:55 +00:00
styan c498e857f3 Initial commit 2020-05-16 14:15:12 +00:00