-
-
Notifications
You must be signed in to change notification settings - Fork 735
Use OKHttp interceptor list when we use ParseOkHttpClient #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use OKHttp interceptor list when we use ParseOkHttpClient #42
Conversation
dd575e4
to
3d3acc8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
static
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also have Request getRequest(ParseHttpRequest parseRequest)
which is not a static method, to make it consistent I think non-static is better?
Seems like the tests are failing |
LGTM |
3113787
to
f46c8bf
Compare
…rceptor_list_when_we_use_ParseOkHttpClient Use OKHttp interceptor list when we use ParseOkHttpClient
@wangmengyan95 updated the pull request. |
No description provided.