-
Notifications
You must be signed in to change notification settings - Fork 0
Client
D edited this page Dec 18, 2018
·
2 revisions
Aster.getDefault().get(url).request()->
Retrofit form 2: New instance (supports new custom configuration, supports the above three chain forms)
Aster.get(url).request()->
-
New
- Starts withAster
instead ofAster.getDefault()
-
Config
- Custom configuration, support for all configuration parameters such as.connectTimeout(), .baseUrl(), .headers()
, only for this request.