Skip to content
Success

Changes

Summary

  1. Implementation and test for HttpOverIpcProxy. (details)
  2. Handle proxying of request body. (details)
Commit 0c21a212a2eca6c98e96d63d54705bd00e8f05ce by Mike Dawson
Implementation and test for HttpOverIpcProxy.
The file was modifiedbuild.gradle (diff)
The file was addedclient/src/androidTest/java/com/ustadmobile/offlinehttpservice/client/HttpOverIpcProxyTest.kt
The file was modifiedclient/src/main/java/com/ustadmobile/httpoveripc/client/HttpOverIpcClient.kt (diff)
The file was modifiedclient/build.gradle (diff)
The file was addedclient/src/main/java/com/ustadmobile/httpoveripc/client/HttpOverIpcProxy.kt
The file was addedclient/src/main/java/com/ustadmobile/httpoveripc/client/IHttpOverIpcClient.kt
Commit 4aad059911e9633ecea96bf8904a7019d8e3221e by Mike Dawson
Handle proxying of request body.
The file was modifiedserver/src/main/AndroidManifest.xml (diff)
The file was modifiedclient/src/androidTest/java/com/ustadmobile/offlinehttpservice/client/HttpOverIpcProxyTest.kt (diff)
The file was addedclient/src/main/java/com/ustadmobile/httpoveripc/client/IHTTPSessionExt.kt
The file was modifiedclient/src/main/java/com/ustadmobile/httpoveripc/client/HttpOverIpcClient.kt (diff)
The file was modifiedserver/src/androidTest/java/com/ustadmobile/httpoveripc/server/HttpOverIpcIntegrationTest.kt (diff)
The file was modifiedserver/src/main/java/com/ustadmobile/httpoveripc/server/EchoHttpOverIpcServer.kt (diff)
The file was modifiedclient/src/main/java/com/ustadmobile/httpoveripc/client/HttpOverIpcProxy.kt (diff)
The file was modifiedbuild.gradle (diff)
The file was addedcore/src/main/java/com/ustadmobile/httpoveripc/core/ext/URIExt.kt
The file was modifiedserver/build.gradle (diff)