Replies: 0 comments 5 replies
|
OkHttp was introduced to connect to a DataGate server for two-way replication. |
2 replies
|
It looks to be not just part of datagate, but nitrite as well: i'm using maven like this: i can add an exclusion block here, i don't see it being used in the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If nitrite is an embedded document store, why is there a dependency on an http client:
OkHttp is an HTTP client
I don't want an http client in my embedded database...
All reactions