]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Consider convenience options for JSON and XML?
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Apr 2020 06:58:38 +0000 (08:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Apr 2020 06:58:38 +0000 (08:58 +0200)
Closes #5203

docs/TODO

index 0f19be9aee266f9ca8e628141eb9b644ba2ff3bf..3a9a6168eaf791175f879fc9903115d248245483 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  18.5 UTF-8 filenames in Content-Disposition
  18.6 Option to make -Z merge lined based outputs on stdout
  18.7 at least N milliseconds between requests
+ 18.8 Consider convenience options for JSON and XML?
  18.9 Choose the name of file in braces for complex URLs
  18.10 improve how curl works in a windows console window
  18.11 Windows: set attribute 'archive' for completed downloads
@@ -926,6 +927,20 @@ that doesn't exist on the server, just like --ftp-create-dirs.
 
  See https://github.com/curl/curl/issues/3920
 
+18.8 Consider convenience options for JSON and XML?
+
+ Could we add `--xml` or `--json` to add headers needed to call rest API:
+
+ `--xml` adds -H 'Content-Type: application/xml' -H "Accept: application/xml" and
+ `--json` adds -H 'Content-Type: application/json' -H "Accept: application/json"
+
+ Setting Content-Type when doing a GET or any other method without a body
+ would be a bit strange I think - so maybe only add CT for requests with body?
+ Maybe plain `--xml` and ` --json` are a bit too brief and generic. Maybe
+ `--http-json` etc?
+
+ See https://github.com/curl/curl/issues/5203
+
 18.9 Choose the name of file in braces for complex URLs
 
  When using braces to download a list of URLs and you use complicated names