https://github.com/astrox11/gocurl
gocurl is a curl-like http client in go
https://github.com/astrox11/gocurl
curl curl-library gocurl golang
Last synced: 5 months ago
JSON representation
gocurl is a curl-like http client in go
- Host: GitHub
- URL: https://github.com/astrox11/gocurl
- Owner: AstroX11
- License: mit
- Created: 2025-08-30T18:26:10.000Z (5 months ago)
- Default Branch: core
- Last Pushed: 2025-08-30T18:35:13.000Z (5 months ago)
- Last Synced: 2025-08-30T20:30:40.806Z (5 months ago)
- Topics: curl, curl-library, gocurl, golang
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### gocurl
a simple curl-like http client written in go.
#### usage
```sh
gocurl [url...] [flags]
```
#### flags
```
-d, --data string post data
-H, --header stringArray custom headers
-i, --include include response headers
-o, --output string save output to file
-X, --request string request method (default GET)
--insecure allow insecure ssl
--retry int retry on failure
--session enable cookie session storage
-h, --help show help
```
#### contributing
pull requests welcome.