Skip to content

Releases: VSoftTechnologies/VSoft.HttpClient

v0.10.5-beta.4

23 Oct 09:29
Compare
Choose a tag to compare

Added D12 support

v0.10.4-beta.3

26 Sep 01:21
Compare
Choose a tag to compare

Updated dependencies

0.10.4-beta.2

11 Sep 00:41
Compare
Choose a tag to compare

Updated VSoft.CancellationToken dependency

0.9.4-beta.1

15 Aug 07:31
Compare
Choose a tag to compare

Added timeout support.

0.9.0-alpha.7

24 Jul 03:00
Compare
Choose a tag to compare

Made it work with XE2 or later

v0.9.0-alpha.6

29 Jun 08:09
Compare
Choose a tag to compare
v0.9.0-alpha.6 Pre-release
Pre-release

Removed bogus character causing compile errors.

v0.9.0-alpha.2

19 Jan 11:31
Compare
Choose a tag to compare
v0.9.0-alpha.2 Pre-release
Pre-release

More refactoring - now depends on VSoft.Uri
A lot more flexible about the uri passed in on the client and the request resource.

v0.9.0-alpha.2

07 Dec 10:28
Compare
Choose a tag to compare
v0.9.0-alpha.2 Pre-release
Pre-release

Fixed file uploads

v0.9.0-alpha.1

17 Nov 02:23
Compare
Choose a tag to compare
v0.9.0-alpha.1 Pre-release
Pre-release

Re-implemented with a new api and using the WinHttp c api in async mode. This was done so the library can be used in delphi ide plugins, which cannot use the com api due to apartment vs multithread coinit issues.

Also planning on adding json serialization features.. some api's are there but not implemented yet.

v0.5.0

16 Oct 03:29
Compare
Choose a tag to compare

Exposed timeouts for resolve, connect, send and receive on the request object.