Hi Mansur,

> finally I've found it

Cool, thanks! :)


Minor note:

> (push '*Mimes '(`(chop "json") "application/json; charset=utf-8"))

There is a utility 'mime' for that, also in @lib/http.l

   (mime "json" "application/json; charset=utf-8" 1)

It not only pushes new entries, but also modifies existing
entries in '*Mimes'. '1' is the (optional) max-age.

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to