Skip to content

Instantly share code, notes, and snippets.

@ducky-hong
Last active August 29, 2015 14:21
Show Gist options
  • Save ducky-hong/57627bdaf712dc03b728 to your computer and use it in GitHub Desktop.
Save ducky-hong/57627bdaf712dc03b728 to your computer and use it in GitHub Desktop.
val doc = Jsoup.parse(resp.getResponseBodyAsStream, null, resp.getUri.toString)
@ducky-hong
Copy link
Author

@ducky-hong
Copy link
Author

Jsoup#parse(InputStream ...) 이 알아서 처리해준다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment