Bookmarks tagged [curl]
https://www.youtube.com/watch?v=x3MvZ8DFrpE
Create HTTP mocks with WireMock’s REST API from any language for deterministic testing a...
https://www.codepedia.org/ama/how-to-test-a-rest-api-from-command-line-with-curl/
This post presents examples of making CRUD HTTP calls against a backend REST API. The API chosen supports www.bookmarks.dev
- 📆 published on: 2014-12-03
- tags: curl, rest, api
- source code
https://stedolan.github.io/jq/
jq is a lightweight and flexible command-line JSON processor.
- tags: jq, command-line, json, curl, dev-tools
- source code
HTTPie—aitch-tee-tee-pie—is a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more
- tags: cli, command-line, http-client, curl, dev-tools
- source code
https://stackoverflow.com/questions/800805/how-do-i-make-curl-ignore-the-proxy
If your curl is at least version 7.19.4, you could just use the --noproxy flag.
- tags: curl
https://askubuntu.com/questions/347384/curl-5-couldnt-resolve-proxy-hproxy-iitm-ac-in
export http_proxy="";
export https_proxy="";
export ftp_proxy="";
- tags: curl