Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Move to pure OkHttp request handling. #11

Closed
serj-lotutovici opened this issue Sep 21, 2015 · 1 comment
Closed

Move to pure OkHttp request handling. #11

serj-lotutovici opened this issue Sep 21, 2015 · 1 comment
Milestone

Comments

@serj-lotutovici
Copy link
Contributor

Since starting from Android KitKat the HttpUrlConnection implementation is using the OkHttp one, it makes sense to use OkHttp directly for network requests to avoid an additional implementation layer.

The feature must consist of:

  • Removing unnecessary RequestExecutor abstraction. All request manipulations must go through the request client.
  • Possibility to return raw responses for additional error and custom response handling
  • Consider possibility of removing the custom Request implementations
  • XingController must allow initialisation with a custom (or semi-custom) OkHttpClient
@serj-lotutovici serj-lotutovici added this to the 1.1.0 milestone Sep 21, 2015
@serj-lotutovici serj-lotutovici modified the milestones: 2.0.0, 1.1.0 Oct 16, 2015
@serj-lotutovici
Copy link
Contributor Author

With CallSpec we are pretty much done here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant