Skip to content

barancanatbas/curl-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curl-go

Curl package based on Golang. At a basic level you can create http requests.

The package currently supports get post and put requests. It prints the response from the request directly to the screen, but you can get your output as a file.

Usage;

go build
./curl-go {request method} {request url}
  • (-h) : We specify the headers of the request to be sent.
  • (-b) : We specify the body of the request to be sent.
  • (-get) : create a get request.
  • (-post) : create a post request.
  • (-put) : create a put request.
  • (-o) : creates an output file named after the value.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages