We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fd9dd commit 3282dffCopy full SHA for 3282dff
rxjava-contrib/rxjava-apache-http/README.md
@@ -81,7 +81,7 @@ Execute a request and transform the `byte[]` reponse to a `String`:
81
});
82
```
83
84
-### Streaming Http GET with ServerSentEvents (text/event-stream) Response
+### Streaming Http GET with [Server-Sent Events (text/event-stream)](http://www.w3.org/TR/eventsource/) Response
85
86
Execute a request and transform the `byte[]` response of each event to a `String`:
87
0 commit comments