Skip to content

Commit d8ccd1a

Browse files
authored
Merge pull request #144 from jtjeferreira/patch-1
Remove outdated support section in README
2 parents 88d5574 + cdeee3b commit d8ccd1a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,3 @@ For this reason, you should make sure you do one of the following:
6868

6969
In addition to raw reactive streams support, the `netty-reactive-streams-http` library provides some HTTP model abstractions and a handle for implementing HTTP servers/clients that use reactive streams to stream HTTP message bodies. The `HttpStreamsServerHandler` and `HttpStreamsClientHandler` ensure that every `HttpRequest` and `HttpResponse` in the pipeline is either a `FullHttpRequest` or `FullHttpResponse`, for when the body can be worked with in memory, or `StreamedHttpRequest` or `StreamedHttpResponse`, which are messages that double as `Publisher<HttpContent>` for handling the request/response body.
7070

71-
## Support
72-
73-
The Netty Reactive Streams library is *[Supported][]*.
74-
75-
[Supported]: https://developer.lightbend.com/docs/lightbend-platform/introduction/getting-help/support-terminology.html#supported

0 commit comments

Comments
 (0)