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

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

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