browsh/interfacer/test/http-server
Thomas Buckley-Houston 0fc39a51e6 HTTP Server service: fetches URL, returns raw text
Using the `-http-server` argument will now start Browsh in HTTP Server
mode. It will accept request like this:

  `curl brow.sh/http://news.ycombinator.com`

This will return a plain text version of the Hacker News front page,
with a width of 100 characters, with each line separated by a line
break.
2018-05-27 20:45:43 +08:00
..
server_test.go HTTP Server service: fetches URL, returns raw text 2018-05-27 20:45:43 +08:00
setup.go HTTP Server service: fetches URL, returns raw text 2018-05-27 20:45:43 +08:00