Skip to content
Jenkins
log in
Dashboard
httpoveripc
#4
Changes
Status
Changes
Console Output
View Build Information
Environment Variables
Git Build Data
Embeddable Build Status
Previous Build
Next Build
Success
Changes
Summary
Implementation and test for HttpOverIpcProxy. (
details
)
Handle proxying of request body. (
details
)
Commit
0c21a212a2eca6c98e96d63d54705bd00e8f05ce
by
Mike Dawson
Implementation and test for HttpOverIpcProxy.
The file was modified
build.gradle
(diff)
The file was added
client/src/androidTest/java/com/ustadmobile/offlinehttpservice/client/HttpOverIpcProxyTest.kt
The file was modified
client/src/main/java/com/ustadmobile/httpoveripc/client/HttpOverIpcClient.kt
(diff)
The file was modified
client/build.gradle
(diff)
The file was added
client/src/main/java/com/ustadmobile/httpoveripc/client/HttpOverIpcProxy.kt
The file was added
client/src/main/java/com/ustadmobile/httpoveripc/client/IHttpOverIpcClient.kt
Commit
4aad059911e9633ecea96bf8904a7019d8e3221e
by
Mike Dawson
Handle proxying of request body.
The file was modified
server/src/main/AndroidManifest.xml
(diff)
The file was modified
client/src/androidTest/java/com/ustadmobile/offlinehttpservice/client/HttpOverIpcProxyTest.kt
(diff)
The file was added
client/src/main/java/com/ustadmobile/httpoveripc/client/IHTTPSessionExt.kt
The file was modified
client/src/main/java/com/ustadmobile/httpoveripc/client/HttpOverIpcClient.kt
(diff)
The file was modified
server/src/androidTest/java/com/ustadmobile/httpoveripc/server/HttpOverIpcIntegrationTest.kt
(diff)
The file was modified
server/src/main/java/com/ustadmobile/httpoveripc/server/EchoHttpOverIpcServer.kt
(diff)
The file was modified
client/src/main/java/com/ustadmobile/httpoveripc/client/HttpOverIpcProxy.kt
(diff)
The file was modified
build.gradle
(diff)
The file was added
core/src/main/java/com/ustadmobile/httpoveripc/core/ext/URIExt.kt
The file was modified
server/build.gradle
(diff)