Skip to content
Villane edited this page Sep 13, 2010 · 2 revisions

SHTTPC is a library that makes it easier to make HTTP requests and get the results as either XML, HTML parsed as XML, JSON, or plain text. It relies on existing libraries such as Apache HTTP Client, NekoHTML, Jackson, Lift-JSON etc., and works in both Scala and Java. If used in Java, it will not even require the Scala Library, but functionality will be somewhat limited.

Clone this wiki locally