is there anything available in Planck that lets you parse HTTP?
@plexus could you elaborate?
sorry I meant HTML
is there any API that ships with planck that turns a HTML string into some structured format?
don’t think so.
But couldn’t you use whatever cljs library you’d normally use (not that I know of any off the top of my head)
and add it to the classpath of your planck process?
yes, I know
Right, Planck doesn't bundle an HTML parsing lib. One question would be whether your library of choice is compatible with self-hosted ClojureScript.
I know! Planck/cljs has regexes! You can parse html with regexes!
Oh, wait. No.. http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags