Skip to content

btouchard/HttpData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HttpData

Utility for HttpRequest execution on Android

Requirement

  • apache httpclient librairy
  • apache httpmime librairy

Usage

Very simply to use !

Execute GET request on URL and retreview result as String:

  • String html = new HttpData(url).get().asString();

Execute POST with date and retreview result as JSONObject:

And you can manage cookies, known response status, ...

About

Utility for HttpRequest execution on Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages