Component: fetch
89 changelog entries across 41 version(s)
Releases by channel (stacked)
- added "http-header-field" parameter;
- added option to specify multiple headers under "http-header-field", including content type;
- fixed "without-paging" option;
- improved file downloading to slow memory;
- improved stability when using HTTP mode;
- removed "http-content-type" parameter;
- added "as-value" output format;
- fixed address and DNS verification in certificates;
- added "http-content-type" option to allow setting MIME type of the data in free text form;
- added "output" option for all modes in order to return result to file, variable or ignore it;
- increased maximum number of sessions to 100;
- accept all HTTP 2xx status codes;
- fixed download issue over HTTPS;
- fixed "user" and "password" argument parsing from URL for FTP;
- added "http-data" and "http-method" parameters to allow delete, get, post, put methods (content-type=application/x-www-form-urlencoded by default);
- fixed authentication failure;
- fixed download issue over HTTPS;
- fixed bug with incomplete files in https mode;
- support tls host name extension;
- decrease connection idle timeout;
- fixed TTFP download;
- added 30 second connection time-out;
- fixed closure after 30 seconds;
- added 30 second connection time-out;
- fixed error message when error code 200 was received;
- allow checking certificate trust without crl checking;
- allow fetching files larger than 4G;
- fixed problem where files fetched over https were trimmed in size;