Merge pull request #2481 from germanter/patch-1

Fixed typos
This commit is contained in:
Dogan Can Bakir
2026-05-06 11:47:51 +03:00
committed by GitHub
+3 -3
View File
@@ -36,7 +36,7 @@
- Simple and modular code base making it easy to contribute.
- Fast And fully configurable flags to probe multiple elements.
- Supports multiple HTTP based probings.
- Smart auto fallback from https to http as default.
- Smart auto fallback from https to http by default.
- Supports hosts, URLs and CIDR as input.
- Handles edge cases doing retries, backoffs etc for handling WAFs.
@@ -283,7 +283,7 @@ CLOUD:
For details about running httpx, see https://docs.projectdiscovery.io/tools/httpx/running.
### Using `httpx` as a library
`httpx` can be used as a library by creating an instance of the `Option` struct and populating it with the same options that would be specified via CLI. Once validated, the struct should be passed to a runner instance (to be closed at the end of the program) and the `RunEnumeration` method should be called. A minimal example of how to do it is in the [examples](examples/) folder
`httpx` can be used as a library by creating an instance of the `Option` struct and populating it with the same options that would be specified via CLI. Once validated, the struct should be passed to a runner instance (to be closed at the end of the program) and the `RunEnumeration` method should be called. A minimal example of how to do it is in the [examples](examples/) folder.
# Notes
@@ -337,4 +337,4 @@ Probing feature is inspired by [@tomnomnom/httprobe](https://github.com/tomnomno
<a href="https://discord.gg/projectdiscovery"><img src="https://raw.githubusercontent.com/projectdiscovery/nuclei-burp-plugin/main/static/join-discord.png" width="300" alt="Join Discord"></a>
</div>
</div>