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

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

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