Update README.md

This commit is contained in:
Melvin
2022-08-21 20:29:03 +02:00
committed by GitHub
parent 8ef2e160f7
commit ed153442dd

View File

@@ -2,3 +2,15 @@
unhttpx is not a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library. In fact, it does the exact opposite. unhttpx is not a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library. In fact, it does the exact opposite.
**TL;DR: turns a list of URLs into hostnames.** **TL;DR: turns a list of URLs into hostnames.**
## Installation
``` bash
go install -v github.com/melvinsh/unhttpx@latest
```
## Usage
``` bash
cat urls.txt | unhttpx
```