shithub: mc

Download patch

ref: 313055bffa86979965f710af0153127d5e87c721
parent: fd3d8637eec28cba6a0fe52811e39b0de5ec977e
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Jun 29 06:39:49 EDT 2016

Stub in server.

--- /dev/null
+++ b/lib/http/server.myr
@@ -1,0 +1,9 @@
+use std
+
+pkg http =
+	const announce	: (ds : byte[:] -> void)
+;;
+
+const announce = {ds
+	std.fatal("announce not yet implemented\n")
+}