shithub: mc

ref: f6e16f0c9f8d68a66c279059e4185d79a5b665a0
dir: /lib/http/bld.sub/

View raw version
bin h =
	h.myr

	lib http
;;

bin srvdot =
	srvdot.myr

	lib http
;;

lib http =
	parse.myr
	types.myr
	url.myr
	client.myr
	router.myr
	server.myr
	session.myr
;;