FWIW DuckDuckGo is very good for searching software terms. The Jetty Docs were 
the second hit for me: https://duckduckgo.com/?q=HttpInputOverHTTP



> On Aug 19, 2015, at 3:57 PM, Lawrence Krubner <lawre...@rollioforce.com> 
> wrote:
> 
> I know this has been asked before, but Google is interpreting 
> "HttpInputOverHTTP" as "Http Input Over HTTP" which renders it useless for 
> finding conversations that are specific to the HttpInputOverHTTP class. (off 
> topic: I wish there was a good search engine for software terms).
> 
> I've a simple web app using Jetty and Ring and Compojure. The body of each 
> request that comes in is: 
> 
> :body #<HttpInputOverHTTP HttpInputOverHTTP@3aa0a4ac>
> 
> If I do: 
> 
> (str (:body request))
> 
> I simply get:
> 
> HttpInputOverHTTP@3aa0a4ac
> 
> Can someone remind how I get a string representation of what should be in the 
> body? 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to