We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42ad58 commit b4d70bbCopy full SHA for b4d70bb
http/post/json.md
@@ -4,7 +4,7 @@ curl 7.82.0 introduced the `--json` option as a new way to send JSON formatted
4
data to HTTP servers using POST. This option works as a shortcut and provides
5
a single option that replaces these three:
6
7
- --data [arg]
+ --data-binary [arg]
8
--header "Content-Type: application/json"
9
--header "Accept: application/json"
10
0 commit comments