From eba85f1f058b971bb2077de2fd76bcc51dab9606 Mon Sep 17 00:00:00 2001 From: NortonAhu Date: Tue, 1 Dec 2015 22:10:27 +0800 Subject: [PATCH] request/OkHttpRequest.java --- .idea/.name | 2 +- .idea/gradle.xml | 2 +- .idea/misc.xml | 25 ++--- .idea/modules.xml | 2 +- .idea/vcs.xml | 2 +- build.gradle | 8 +- gradle.properties | 17 ++- gradle/wrapper/gradle-wrapper.properties | 2 +- okhttputils/build.gradle | 33 +----- okhttputils/okhttputils.iml | 101 ------------------ .../com/zhy/http/okhttp/RequestBodyUtils.java | 49 +++++++++ .../http/okhttp/request/OkHttpRequest.java | 12 ++- .../okhttp/request/OkHttpUploadRequest.java | 30 +++++- sample-okhttp/build.gradle | 4 +- sample-okhttp/sample-okhttp.iml | 100 ----------------- .../com/zhy/sample_okhttp/MainActivity.java | 81 +++++++++----- 16 files changed, 170 insertions(+), 300 deletions(-) delete mode 100644 okhttputils/okhttputils.iml create mode 100644 okhttputils/src/main/java/com/zhy/http/okhttp/RequestBodyUtils.java delete mode 100644 sample-okhttp/sample-okhttp.iml diff --git a/.idea/.name b/.idea/.name index fcb0312..958dac6 100644 --- a/.idea/.name +++ b/.idea/.name @@ -1 +1 @@ -OkHttpManager \ No newline at end of file +okhttp-utils \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index a4dc0d6..3b7fbd8 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@