kore/examples/nohttp
Joris Vink fcc044af87 change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
..
conf change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
src Adjust examples after recent changes. 2017-02-25 17:02:39 -08:00
.gitignore Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
README.md kore -> kodev where appropriate 2017-03-06 11:00:53 +01:00

README.md

Kore NOHTTP example

Note that this example only works if Kore was built with NOHTTP=1.

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