shithub: mc

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