Release 21

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@45 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby
2008-04-24 06:59:26 +00:00
parent 0e6f0baa79
commit 18bbf79351
14 changed files with 790 additions and 99 deletions

View File

@ -23,11 +23,11 @@
| (Found at URL: http://www.ararat.cz/synapse/) |
|==============================================================================}
unit HTTPsend;
unit HTTPSend;
interface
uses
Blcksock, sysutils, classes, windows, SynaUtil, SynaCode;
Blcksock, sysutils, classes, SynaUtil, SynaCode;
const
CRLF=#13+#10;