1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00
Files
okhttp/okhttp-sse/README.md
2019-07-10 11:40:44 -04:00

12 lines
244 B
Markdown

OkHttp Server-Sent Events
=========================
Experimental support for server-sent events.
API is not considered stable and may change at any time.
### Download
```kotlin
testImplementation("com.squareup.okhttp3:okhttp-sse:4.0.1")
```