#httpd #http-server #pascal #synapse #web-server #library

DmBel 992705f2e6 add SSL support 2 år sedan
LICENSE 3ab4b16b25 Initial commit 3 år sedan
Project2.dpr d72ee5c526 first release 3 år sedan
Project2.dproj 992705f2e6 add SSL support 2 år sedan
Project2.res 992705f2e6 add SSL support 2 år sedan
README.md 992705f2e6 add SSL support 2 år sedan
SynHttpSrv.pas 420c4a3667 fixed file downloading 2GB+ 2 år sedan
SynSrv.pas 992705f2e6 add SSL support 2 år sedan
Unit2.dfm 992705f2e6 add SSL support 2 år sedan
Unit2.pas 992705f2e6 add SSL support 2 år sedan
asn1util.pas 784482856a update Synapse to the last sources 2 år sedan
blcksock.pas 992705f2e6 add SSL support 2 år sedan
clamsend.pas d72ee5c526 first release 3 år sedan
dnssend.pas d72ee5c526 first release 3 år sedan
ftpsend.pas 784482856a update Synapse to the last sources 2 år sedan
ftptsend.pas d72ee5c526 first release 3 år sedan
httpsend.pas 784482856a update Synapse to the last sources 2 år sedan
imapsend.pas d72ee5c526 first release 3 år sedan
jedi.inc 992705f2e6 add SSL support 2 år sedan
laz_synapse.pas 784482856a update Synapse to the last sources 2 år sedan
ldapsend.pas d72ee5c526 first release 3 år sedan
mimeinln.pas d72ee5c526 first release 3 år sedan
mimemess.pas 784482856a update Synapse to the last sources 2 år sedan
mimepart.pas 784482856a update Synapse to the last sources 2 år sedan
nntpsend.pas d72ee5c526 first release 3 år sedan
pingsend.pas 784482856a update Synapse to the last sources 2 år sedan
pop3send.pas d72ee5c526 first release 3 år sedan
slogsend.pas d72ee5c526 first release 3 år sedan
smtpsend.pas 784482856a update Synapse to the last sources 2 år sedan
snmpsend.pas 784482856a update Synapse to the last sources 2 år sedan
sntpsend.pas 784482856a update Synapse to the last sources 2 år sedan
ssdotnet.inc d72ee5c526 first release 3 år sedan
ssfpc.inc 784482856a update Synapse to the last sources 2 år sedan
ssl_cryptlib.pas 784482856a update Synapse to the last sources 2 år sedan
ssl_libssh2.pas d72ee5c526 first release 3 år sedan
ssl_openssl.pas 992705f2e6 add SSL support 2 år sedan
ssl_openssl_lib.pas 784482856a update Synapse to the last sources 2 år sedan
ssl_streamsec.pas d72ee5c526 first release 3 år sedan
sslinux.inc 784482856a update Synapse to the last sources 2 år sedan
ssos2ws1.inc d72ee5c526 first release 3 år sedan
ssposix.inc 784482856a update Synapse to the last sources 2 år sedan
sswin32.inc 784482856a update Synapse to the last sources 2 år sedan
synabyte.pas d72ee5c526 first release 3 år sedan
synachar.pas 784482856a update Synapse to the last sources 2 år sedan
synacode.pas 784482856a update Synapse to the last sources 2 år sedan
synacrypt.pas 784482856a update Synapse to the last sources 2 år sedan
synadbg.pas 784482856a update Synapse to the last sources 2 år sedan
synafpc.pas 784482856a update Synapse to the last sources 2 år sedan
synaicnv.pas 0c7bbb9ae9 fixed for Delphi/Linux 2 år sedan
synaip.pas 784482856a update Synapse to the last sources 2 år sedan
synamisc.pas 784482856a update Synapse to the last sources 2 år sedan
synaser.pas 784482856a update Synapse to the last sources 2 år sedan
synautil.pas 992705f2e6 add SSL support 2 år sedan
synsock.pas 784482856a update Synapse to the last sources 2 år sedan
tlntsend.pas d72ee5c526 first release 3 år sedan
tzutil.pas d72ee5c526 first release 3 år sedan

README.md

SynHTTP

The synapse HTTP(s) Server, compitible wtih Delphi and FPC, Windows and Linux. Production ready

How to test it. Compile demo app, strart, puch a button. The Server should start on the 8080 port. Type in the any browser: http://127.0.0.1:8080/?Ping=Ping The server should answer: Pong Also you could enable SSL mode and open client with https protocol: https://127.0.0.1:8080/?Ping=Ping