Skip to content

Commit

Permalink
改名
Browse files Browse the repository at this point in the history
  • Loading branch information
Idtk committed Oct 26, 2017
1 parent 65d9c18 commit 3f3330f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Blog/Retrofit2 & OkHttp3 Interceptor.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Retrofit2 + OkHttp3 配置及拦截器原理
# Retrofit2 + OkHttp3 配置及Interceptor原理

前段时间在给公司的新app做一些基础模块的封装,把其中的一些基础配置,比如设置链接超时、Http Log Interceptor、Access Token Interceptor、Status Code Interceptor,以及Json转换、RxJava适配等设置做一下分享,再简单说说其拦截器原理。

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* [RecyclerView缓存分析](https://github.com/Idtk/Blog/blob/master/Blog/RecyclerView.Recycler.md)
* [Retrofit源码分析](https://github.com/Idtk/Blog/blob/master/Blog/Retrofit.md)
* [令人惊喜的Kotlin特性](https://github.com/Idtk/Blog/blob/master/Blog/Surprise%20Kotlin.md)
* [Retrofit2 + OkHttp3 配置及拦截器原理](https://github.com/Idtk/Blog/blob/master/Blog/Retrofit2%20&%20OkHttp3%20Interceptor.md)
* [Retrofit2 + OkHttp3 配置及Interceptor原理](https://github.com/Idtk/Blog/blob/master/Blog/Retrofit2%20&%20OkHttp3%20Interceptor.md)

******

Expand Down

0 comments on commit 3f3330f

Please sign in to comment.