Releases: VSoftTechnologies/VSoft.HttpClient
Releases · VSoftTechnologies/VSoft.HttpClient
v0.10.5-beta.4
Added D12 support
v0.10.4-beta.3
Updated dependencies
0.10.4-beta.2
Updated VSoft.CancellationToken dependency
0.9.4-beta.1
Added timeout support.
0.9.0-alpha.7
Made it work with XE2 or later
v0.9.0-alpha.6
Removed bogus character causing compile errors.
v0.9.0-alpha.2
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
Fixed file uploads
v0.9.0-alpha.1
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
Exposed timeouts for resolve, connect, send and receive on the request object.