Halo is an http server for janet
(import halo)
(defn handler [request]
{:status 200 :body "halo" :headers {"Content-Type" "text/plain"}})
(halo/server handler 8080)| Name | Name | Last commit date | ||
|---|---|---|---|---|
Halo is an http server for janet
(import halo)
(defn handler [request]
{:status 200 :body "halo" :headers {"Content-Type" "text/plain"}})
(halo/server handler 8080)