Skip to content

Commit

Permalink
docs: curl usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Oct 10, 2024
1 parent e23821a commit a515769
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions linux/cli-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# curl

```bash
# curl with socks5 proxy
curl --max-time 10 --socks5-hostname ip:port http://example.com
```

# grpc curl

> https://github.com/fullstorydev/grpcurl
TODO


0 comments on commit a515769

Please sign in to comment.