-
Updated
Oct 12, 2021 - Java
netty
Here are 1,268 public repositories matching this topic...
-
Updated
Oct 19, 2021 - Java
-
Updated
Oct 19, 2021 - Java
-
Updated
Oct 8, 2021
-
Updated
Oct 19, 2021 - Java
Not that complicated to implement:
- introduce in SslClientContext the same kind of changes as in SslServerContext so it's no longer
-
Updated
Oct 15, 2021 - Java
JSON is the dominant exchange format for REST API.
However, Armeria's WebClient does not provide any JSON-specific APIs.
I believe it should be useful additions if we provide:
WebClient client = WebClient.of();
// Send a serialized JSON object with "applicaiton/json"
HttpResponse response = client.postJson("/items", new MyItem());
HttpResponse response = client.putJson("/items"-
Updated
Aug 12, 2021
-
Updated
Oct 19, 2021 - Java
-
Updated
Oct 19, 2021 - Java
-
Updated
Aug 10, 2021
-
Updated
Sep 3, 2021 - Java
Hello Reactor Netty Team,
I would like to just start an enhancement request, hopefully this is not a trouble and you can find the time to consider this in an upcoming release.
Currently, the class AdvancedByteBufFormat support those format:
SIMPLE
HEX_DUMP
TEXTUAL
Those format are already great, thanks for the work.
May I ask if it is also possible to **enable struct
-
Updated
Jun 28, 2020
-
Updated
Sep 26, 2021 - Java
-
Updated
Jul 19, 2021 - Java
Improve this page
Add a description, image, and links to the netty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netty topic, visit your repo's landing page and select "manage topics."
这里的路由和server通信是否可以用一个长连接来维护更好