Skip to content

Instantly share code, notes, and snippets.

@ericnormand
Created March 26, 2010 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericnormand/344944 to your computer and use it in GitHub Desktop.
Save ericnormand/344944 to your computer and use it in GitHub Desktop.
(def method (GetMethod. "http://www.google.com"))
;; . . . do stuff . . .
(def stream (.getResponseBodyAsStream method)
(auto-wrapper stream [InputStream] []
(close []
(.close stream)
(.releaseConnection method)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment