OR
Size: a a a
OR
VL
VL
(defn handler [request]
;;(pp/pprint request)
(pp/pprint (:remote-addr request))
(pp/pprint (:headers request))
{:status 200
:headers {"Content-Type" "text/html"}
:body "Hello World"})
(defn create-http-server []
(jetty/run-jetty handler {:port 8082, :join? false, :async true}))
OR
OR
RN
handler
VL
IG
A
IG
A
IG
D
VL
RN
A
Iэ