SYNAPSE - Synchronous TCP/IP Library for Delphi and Kylix
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.9.5 released 2005-01-23
+ Range support for getting document from position to end.
# fixed keep-alives after socket errors.

Version 3.9.3 released 2004-08-23
+ Username and password properties for default authorisation values
# Content-length is sended in all cases.
# Cookies are sended all in one header.
# Reading of Chunks

Version 3.6.7 released 2003-07-21
+ FPC support

Version 3.6.4 released 2003-03-24
- weakpackageunit
+ Support for StreamSec
* Status100 is now optional feature (turned off by default)
* Default timeout is now 90 seconds
# not silently falldown from SSL/TLS to non-secure connection when SLL support fails!
+ IPv6 support in URLs

Version 3.4.4 released 2003-01-01
+ Cookies
+ UserAgent support
+ Ranges of documents
+ support for easy draw progress bars
* speed and memory optimalisations
# HttpPostFile boundary
+ can specify outgoing IP interface
+ resistent for any version of incorrect line terminators.
# fixed headers sending under linux

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.