An open API service indexing awesome lists of open source software.

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

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.