simple-web-service-template/resources/leiningen/new
Gered aa1aa76bbf have the http-kit instance returned as an HttpServer instance
this is more flexible, allowing a few http-kit functions to be called
against it (including one to stop http-kit), versus the alternate
return type which is just a simple function that can be called to stop
http-kit

this is ALSO what i thought i had done already, thus why the stop
function found below in this very same defstate is written to call
`http-kit/server-stop!` which won't actually work without setting
legacy-return-value? to false. oopsie! :-)
2022-01-05 18:01:43 -05:00
..
simple_web_service have the http-kit instance returned as an HttpServer instance 2022-01-05 18:01:43 -05:00