2017-03-06 23:18:16 +01:00
..
2017-03-06 23:18:16 +01:00
2017-02-25 17:02:39 -08:00
2015-11-27 16:22:50 +01:00
2017-03-06 11:00:53 +01:00

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