Registry / http-client / projectdiscovery-rawhttp

projectdiscovery-rawhttp

JSON →
library0.1.90gogounverified

Package rawhttp allows crafting and sending raw HTTP requests.

go get github.com/projectdiscovery/rawhttp
INSTALL
IMPORT
SIG · PROJECTDISCOVERY-R
P
projectdiscovery-rawhttp
http-clientgov0.1.90
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rawhttp
github.com/projectdiscovery/rawhttp

Sends a raw HTTP GET request and prints the status code.

package main import ( "fmt" "github.com/projectdiscovery/rawhttp" ) func main() { resp, err := rawhttp.Get("http://example.com") if err != nil { fmt.Println(err) return } fmt.Println(resp.StatusCode) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.90latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
projectdiscovery-rawhttp — go get projectdiscovery-rawhttp · libregistry