shithub: mc

ref: b585eb744cebded7abbf014c3430f05b64122371
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
	server.myr
	session.myr
;;