Skip to content

Instantly share code, notes, and snippets.

@vaibhavgoyal09
Created December 2, 2021 12:34
Show Gist options
  • Save vaibhavgoyal09/a2d23c06aacc37169d9c26a3ff6b3da4 to your computer and use it in GitHub Desktop.
Save vaibhavgoyal09/a2d23c06aacc37169d9c26a3ff6b3da4 to your computer and use it in GitHub Desktop.
val client = HttpClient(OkHttp) {
install(JsonFeature) {
serializer = GsonSerializer()
}
install(WebSockets) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment