SYNAPSE - Synchronous TCP/IP Library for Delphi
Other related information can be found at http://www.ararat.cz/synapse/

History:

Description:
+ added property
- removed property
* modification
# bug fix


HTTP client

Version 3.2.0 released 2002-08-20
* adaption to TSynaClient
+ can specify outgoing IP interface
+ resistent for any version of incorrect line terminators.
# fixed headers sending under linux

Version 3.0.3 released 2002-05-05
* optimalized sending
# Fixed HttpPostUrl
# Fixed HttpPostFile
* default HTTP protocol version is now 1.0

Version 3.0.0 released 2002-02-10
+ SSL support

Version 2.3.0 released 2001-09-24
# Better receive of unknown data

Version 2.2.0 released 2001-08-27
+ HTTPPostFile procedure for simulating posting file by HTML form.
* published sock property

Version 2.1.1 released 2001-07-23
* optimalizations.

Version 2.1.0 released 2001-06-17
+ function HttpPostURL

Version 2.0.0 released 2001-03-12
+ new major release!

Version 1.2.0 released 2001-01-22
* HTTPport is now string
+ New high level method DoMethod for handling any HTTP 1.0 method + DoMethod handling proxy support * GET function now use DoRequest and use URL insted host and URI + POST function + SimpleGet for simple requesting GET method by HTTP 0.9.

Version 1.1.0 released 2000-09-18
* all times is now in millisecond!

Version 1.0.0 released 1999-11-13
+ Class THTTPSend implementing HTTP protocol.