I hereby claim:
- I am seasu on github.
- I am seasu (https://keybase.io/seasu) on keybase.
- I have a public key ASCCzrHyplGYPshhzMnU0yrZzVQGCG2XdX1OrIiQ0kNkFAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| private String excuteGet(String desiredUrl) | |
| throws Exception { | |
| URL url = null; | |
| BufferedReader reader = null; | |
| StringBuilder stringBuilder; | |
| try { | |
| // create the HttpURLConnection | |
| url = new URL(desiredUrl); | |
| HttpURLConnection connection = (HttpURLConnection) url.openConnection(); |