kore/examples/nohttp
Frederic Cambus d9673857d8 Fix a couple of typos in various places. 2020-09-08 13:01:18 +02:00
..
conf Allow multiple binds on new server directive. 2019-09-27 20:00:35 +02:00
src Fix a couple of typos in various places. 2020-09-08 13:01:18 +02:00
.gitignore Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
README.md Allow listening of tls/notls ports at the same time. 2019-09-27 12:27:04 +02:00

README.md

Kore NOHTTP example

Run:

	$ kodev run

Test:

	Connect to the server using openssl s_client, you will notice
	that anything sent is submitted back to your client.

	$ openssl s_client -connect 127.0.0.1:8888