v1.2.1
What's Changed
- Added JARM Fingerprint by @LuitelSamikshya in #567
$ echo exmaple.com | httpx -jarm -silent
https://exmaple.com [27d3ed3ed0003ed1dc42d43d00041d6183ff1bfae51ebd88d70384363d525c]
- Added ASN Fingerprint by @LuitelSamikshya in #562
$ echo exmaple.com | httpx -asn -silent
https://exmaple.com [AS13335, CLOUDFLARENET, US, 104.18.144.0/20]
- Added CSP parsing form HTML meta by @Mzack9999 in #555
- Added custom cookies supports in redirects by @Mzack9999 in #561
- Fixed line to include request body in options struct by @seeyarh in #545
- Fixed title regex to dispay first index by @LuitelSamikshya in #548
New Contributors
Full Changelog: v1.2.0...v1.2.1