Adds access to the effectively used protocol/scheme to both libcurl and
curl, both in string and numeric (CURLPROTO_*) form.
Note that the string form will be uppercase, as it is just the internal
string.
As these strings are declared internally as const, and all other strings
returned by curl_easy_getinfo() are de-facto const as well, string
handling in getinfo.c got const-ified.
Closes#1137
You'll find a mix of various documentation in this directory and
subdirectories, using several different formats. Some of them are not ideally
for reading directly in your browser.
If you rather see the rendered version of the documentation, check out the
curl web site's documentation section for
general curl stuff or the libcurl section for
libcurl related documentation.