Thu, 21 Apr 2022 00:57:30 +0200 use common hex function, send also binary content, not only text v_0 tip
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Apr 2022 00:57:30 +0200] rev 28
use common hex function, send also binary content, not only text
Thu, 21 Apr 2022 00:22:02 +0200 fix matches() method v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Apr 2022 00:22:02 +0200] rev 27
fix matches() method
Tue, 05 Apr 2022 00:18:49 +0200 request body support: version with std::string buffer v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 05 Apr 2022 00:18:49 +0200] rev 26
request body support: version with std::string buffer
Tue, 05 Apr 2022 00:06:12 +0200 request body support: unfinished version with read callback v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 05 Apr 2022 00:06:12 +0200] rev 25
request body support: unfinished version with read callback
Mon, 04 Apr 2022 23:07:31 +0200 TODO: automatic decompression of response bodies v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Apr 2022 23:07:31 +0200] rev 24
TODO: automatic decompression of response bodies
Fri, 01 Apr 2022 22:40:02 +0200 return at least ASCII text when unable to decode v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 01 Apr 2022 22:40:02 +0200] rev 23
return at least ASCII text when unable to decode
Fri, 25 Mar 2022 00:39:11 +0100 format response body as unicode text and hexadecimal v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 25 Mar 2022 00:39:11 +0100] rev 22
format response body as unicode text and hexadecimal
Thu, 24 Mar 2022 02:19:39 +0100 generate random request ID (UUID) if missing v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 24 Mar 2022 02:19:39 +0100] rev 21
generate random request ID (UUID) if missing
Thu, 24 Mar 2022 02:02:48 +0100 support header filtering also by request ID pattern, not only URL pattern v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 24 Mar 2022 02:02:48 +0100] rev 20
support header filtering also by request ID pattern, not only URL pattern
Tue, 22 Mar 2022 22:08:03 +0100 support request ID (for JOINing requests + responses + response headers) v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Mar 2022 22:08:03 +0100] rev 19
support request ID (for JOINing requests + responses + response headers)
Tue, 22 Mar 2022 22:00:59 +0100 support common-header filtering by URL regex patterns v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Mar 2022 22:00:59 +0100] rev 18
support common-header filtering by URL regex patterns
Tue, 22 Mar 2022 01:19:21 +0100 support also per-request headers v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Mar 2022 01:19:21 +0100] rev 17
support also per-request headers
Sun, 20 Mar 2022 02:27:57 +0100 fix header parsing in getResponseHeaders() v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 20 Mar 2022 02:27:57 +0100] rev 16
fix header parsing in getResponseHeaders()
Sat, 19 Mar 2022 21:40:18 +0100 request methods support in HTTPHandler v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 19 Mar 2022 21:40:18 +0100] rev 15
request methods support in HTTPHandler
Sat, 19 Mar 2022 00:49:47 +0100 request methods support in HTTPClient v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 19 Mar 2022 00:49:47 +0100] rev 14
request methods support in HTTPClient
Tue, 15 Mar 2022 23:58:27 +0100 disable protocol guesswork (HTTP or HTTPS must be explicitly specified in the URL) v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 15 Mar 2022 23:58:27 +0100] rev 13
disable protocol guesswork (HTTP or HTTPS must be explicitly specified in the URL)
Tue, 15 Mar 2022 23:49:33 +0100 enable HTTP and HTTPS protocols only v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 15 Mar 2022 23:49:33 +0100] rev 12
enable HTTP and HTTPS protocols only
Tue, 15 Mar 2022 23:43:02 +0100 provide also error details in exception and output v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 15 Mar 2022 23:43:02 +0100] rev 11
provide also error details in exception and output
Tue, 15 Mar 2022 23:29:36 +0100 initialize the CURL callbacks only once in the open() function v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 15 Mar 2022 23:29:36 +0100] rev 10
initialize the CURL callbacks only once in the open() function
Tue, 15 Mar 2022 23:22:00 +0100 throw and report exception on error (e.g. 'Couldn't connect to server') v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 15 Mar 2022 23:22:00 +0100] rev 9
throw and report exception on error (e.g. 'Couldn't connect to server')
Tue, 15 Mar 2022 01:47:05 +0100 request headers support in HTTPHandler v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 15 Mar 2022 01:47:05 +0100] rev 8
request headers support in HTTPHandler
Sun, 13 Mar 2022 20:50:25 +0100 request headers support in HTTPClient v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 13 Mar 2022 20:50:25 +0100] rev 7
request headers support in HTTPClient
Sun, 13 Mar 2022 01:17:59 +0100 write response headers as a relation v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 13 Mar 2022 01:17:59 +0100] rev 6
write response headers as a relation
Sat, 12 Mar 2022 20:48:25 +0100 introduce HTTPClient wrapper around CURL v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 12 Mar 2022 20:48:25 +0100] rev 5
introduce HTTPClient wrapper around CURL
Sat, 12 Mar 2022 02:03:44 +0100 print somehow HTTP headers on STDERR v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 12 Mar 2022 02:03:44 +0100] rev 4
print somehow HTTP headers on STDERR
Sun, 06 Mar 2022 22:01:32 +0100 return also the HTTP response code and URL v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Mar 2022 22:01:32 +0100] rev 3
return also the HTTP response code and URL
Sun, 06 Mar 2022 19:51:37 +0100 do HTTP request for each attribute value v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Mar 2022 19:51:37 +0100] rev 2
do HTTP request for each attribute value
Sun, 06 Mar 2022 18:01:15 +0100 link to the CURL library v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Mar 2022 18:01:15 +0100] rev 1
link to the CURL library
Sun, 06 Mar 2022 15:46:41 +0100 new project relpipe-tr-http v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Mar 2022 15:46:41 +0100] rev 0
new project relpipe-tr-http
(0) tip