]> granicus.if.org Git - curl/commit
http: Added calls to Curl_auth_is_<mechansism>_supported()
authorSteve Holme <steve_holme@hotmail.com>
Sun, 20 Mar 2016 12:18:23 +0000 (12:18 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 20 Aug 2016 18:15:13 +0000 (19:15 +0100)
commit2708d4259ba2a7832f91105f1c00ac14ee9e30d2
tree2e5d6a48d20b337de5685c1d5b1d9fce03e13031
parentd1bfb1cf54d3e862581fb12590ee845da39869e4
http: Added calls to Curl_auth_is_<mechansism>_supported()

Hooked up the HTTP authentication layer to query the new 'is mechanism
supported' functions when deciding what mechanism to use.

As per commit 00417fd66c existing functionality is maintained for now.
lib/http.c