Current section

Files

Jump to
lanes_elli src lanes elli response.lfe
Raw

src/lanes/elli/response.lfe

(defmodule lanes.elli.response
(export
(body 1)
(headers 1)
(status 1)))
(defun body
((`#(,_ ,_ ,body))
body))
(defun headers
((`#(,_ ,headers ,_))
headers))
(defun status
((`#(#(,_ ,status ,_) ,_ ,_))
status))