summaryrefslogtreecommitdiff
path: root/it_url.class
AgeCommit message (Expand)AuthorFilesLines
2018-06-21use safer it:: variants of file funcsUrban Müller1-4/+4
2018-06-18urlencode keys of nested structures; this fixes illegal characters in urlsDavid Flatz1-1/+1
2018-02-15Encode [] in url parameters as new tidy validates URLs and complains about itChristian Schneider1-2/+5
2018-02-14Add support for precalculated cachefilenameChristian Schneider1-5/+6
2018-02-14Store result code directly in HTTP, not HTTP/1.1 or HTTP2 because we want to ...Christian Schneider1-1/+1
2018-01-24Combine duplicate it_error parameter documentationChristian Schneider1-2/+1
2017-12-21readd trailing commaNathan Gass1-1/+1
2017-12-19remove curlinfo_header_out option (conlicts with curlopt_verbose and possibly...Nathan Gass1-3/+4
2017-12-18include curl_getinfo for errors, remove unused variableNathan Gass1-3/+4
2017-10-26set accept encoding optionNathan Gass1-0/+1
2017-10-16implement retries for get_multiNathan Gass1-11/+28
2017-10-12use CURLOPT_FOLLOWLOCATION in it_url::getNathan Gass1-19/+8
2017-09-26do not wait for body on HEAD requestNathan Gass1-0/+1
2017-09-25rename request_curl to requestNathan Gass1-7/+2
2017-09-25remove old request methodNathan Gass1-103/+3
2017-09-13better docsUrban Müller1-2/+2
2017-08-22check for wrong use of it_url::getNathan Gass1-0/+2
2017-08-21fix multiple args in base, add documentationChristian A. Weber1-2/+5
2017-08-21add it_url::parse_str() which leaves dots and spaces in arg names intactChristian A. Weber1-0/+13
2017-08-21correctly use old "safety" parameter in get_cache_contentsUrban Müller1-1/+1
2017-08-21always use curlNathan Gass1-1/+1
2017-08-17fix basic authentication support in request_curlNathan Gass1-10/+9
2017-08-16use normalized url instead of rawurl also for request_curl (so default protoc...Nathan Gass1-1/+1
2017-08-16handle authentication in function request_curlNathan Gass1-1/+6
2017-08-11better err msgUrban Müller1-3/+7
2017-08-11dont report errs if retries leftUrban Müller1-4/+4
2017-08-10enable filtering of it_url errors, enable errors in it_url::get by default (l...Urban Müller1-12/+13
2017-07-20more verbose error messageUrban Müller1-1/+1
2017-07-06avoid permission problems in /cleaned if ::get_cacheUrban Müller1-1/+1
2017-07-03add filemtime / If-Modified-Since functionality to request_curlChristian Helbling1-7/+8
2017-06-29it_url: add option compression to use gzip or deflate (handled by curl)Christian Helbling1-1/+5
2017-05-18Do not follow redirect for HTTP 201 Created because that can send the Locatio...Christian Schneider1-1/+2
2017-03-21get_cache_filename() considers post dataChristian A. Weber1-1/+2
2017-03-16it_url::get() supports http file upload, clarify params documentationChristian A. Weber1-4/+11
2017-02-07textbook ternaryUrban Müller1-4/+1
2016-12-08Make static/object context check PHP 7.1 compatibleChristian Schneider1-1/+1
2016-11-24handle multiple Continue headersNathan Gass1-1/+1
2016-11-10whitespace cleanupUrban Müller1-1/+1
2016-10-19restore documentation of get_cache_contents()Christian A. Weber1-1/+1
2016-10-19fix phan warningsUrban Müller1-8/+10
2016-09-28handle continue header in curl resultNathan Gass1-0/+2
2016-08-18add parameter curl to force usage of request_curlNathan Gass1-1/+1
2016-06-14Also set default headers (like X-Ultra-Https) for get_multiChristian Schneider1-4/+2
2016-06-14Set header to inform subrequests about HTTPS on original requestChristian Schneider1-0/+1
2016-06-14Refactor headers sent with subrequests copy/paste to common functionChristian Schneider1-13/+12
2016-06-06add 2nd parameter to it_url::absolute() to force a protocolChristian A. Weber1-11/+16
2016-05-25Support method and data parameter in curl code path as well (used for https)Christian Schneider1-0/+4
2016-05-19fix .req debug param: did not work on urls staring with // and .req-tel match...Christian Helbling1-1/+1
2016-05-10Added option allow_insecure_ssl to it_url::get() to disable SSL certificate v...Christian Schneider1-2/+2
2016-05-10Remove duplicate CURLOPT_SSL_* settingsChristian Schneider1-3/+1