shithub: mc

ref: a77a83ee673ab4bef38e336345f3196c814bdcf7
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
;;