Packages

LFE Little HTTP Client

Current section

Files

Jump to
lhc include lhc-records.lfe
Raw

include/lhc-records.lfe

(defrecord netloc
username
password
host
port)
(defrecord urldata
scheme
(netloc (make-netloc))
path
params
query
fragment)
(defun loaded-lhc-records ()
"This is just a dummy function for display purposes when including from the
REPL (the last function loaded has its name printed in stdout).
This function needs to be the last one in this include."
'ok)