curl-library
OPTIONS * requests
From: Nicholas Shanks <nickshanks_at_nickshanks.com>
Date: Thu, 25 Aug 2016 10:50:10 +0100
Date: Thu, 25 Aug 2016 10:50:10 +0100
Curl currently cannot perform an OPTIONS * request. Daniel said the main
issue is deciding how the changes necessary should be integrated. I can't
really speak to that but would like to open the discussion. There is also
the question of how to invoke the request. One of my earliest attempts to
perform this was by using
$ curl -X OPTIONS http://www.example.com*
Another would be to put the asterisk in the method:
$ curl -X "OPTIONS*" http://www.example.com
Neither of these would break backwards compatibility.
-- Nicholas.
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-08-25