R/httpd.R
http_echo.Rd
A GET request from URL `http://localhost:XYZ/echo` will just return the request.
http_echo(path, query, ...)
The url, excluding the hostname and port. Will be "/echo".
The query string translated into a character vector.
Any other arguments, ignored.