Projectdiscovery Rawhttp Save

Raw HTTP client in Go for complete request control and customization.

Project README

rawhttp

License Go version Release Checks GoDoc

rawhttp is a Go package for making HTTP requests in a raw way.

Library Usage

A simple example to get started with rawhttp is available at examples. For documentation, please refer godoc

Note

rawhttp internally uses fastdialer to dial connections and fastdialer has a disk cache for DNS lookups. While using rawhttp .Close() method should be called at end of the program to remove temporary files created by fastdialer.

License

rawhttp is distributed under MIT License

Open Source Agenda is not affiliated with "Projectdiscovery Rawhttp" Project. README Source: projectdiscovery/rawhttp
Stars
139
Open Issues
5
Last Commit
2 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating