Skip to content

it's a http request framework. User who used this should just implement a limit method, and then the magic begins

Notifications You must be signed in to change notification settings

liuyx/http-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's a tool which is easy to use to request http request.

The framework contains common http action: GET, POST, PUT, DELETE. Any one who used this tool should generate a class implemented corresponding http action's base class. And the caller who at activity or any main thread only concern the onSuccess and onFail methods. The framework use java Generic, so it apply any object which make it more reuseable.

Happy hacking code, thanks!

About

it's a http request framework. User who used this should just implement a limit method, and then the magic begins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages