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

DmBel 608d88a1d7 Fixes 6 月之前
LICENSE 3ab4b16b25 Initial commit 3 年之前
Project2.dpr d72ee5c526 first release 3 年之前
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 3 年之前
dnssend.pas d72ee5c526 first release 3 年之前
ftpsend.pas 784482856a update Synapse to the last sources 2 年之前
ftptsend.pas d72ee5c526 first release 3 年之前
httpsend.pas 784482856a update Synapse to the last sources 2 年之前
imapsend.pas d72ee5c526 first release 3 年之前
jedi.inc 992705f2e6 add SSL support 2 年之前
laz_synapse.pas 784482856a update Synapse to the last sources 2 年之前
ldapsend.pas d72ee5c526 first release 3 年之前
mimeinln.pas d72ee5c526 first release 3 年之前
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 3 年之前
pingsend.pas 784482856a update Synapse to the last sources 2 年之前
pop3send.pas d72ee5c526 first release 3 年之前
slogsend.pas d72ee5c526 first release 3 年之前
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 3 年之前
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 3 年之前
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 3 年之前
sslinux.inc 784482856a update Synapse to the last sources 2 年之前
ssos2ws1.inc d72ee5c526 first release 3 年之前
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 3 年之前
tzutil.pas d72ee5c526 first release 3 年之前

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