Hi all,
Does Groovy provide any function like Python's SimpleHTTPServer(e.g.
python -m SimpleHTTPServer 8000)? If no similar module exits, I'd like to
implement one via Groovy 3(e.g. groovy -m SimpleHTTPServer 8000).
FYI: https://docs.python.org/2/library/simplehttpserver.html
Cheers,
Daniel.Sun
--
View this message in context:
http://groovy.329449.n5.nabble.com/About-SimpleHTTPServer-tp5737191.html
Sent from the Groovy Dev mailing list archive at Nabble.com.
