From aed97e113efa32bc88a2155dd0b889886ad3f982 Mon Sep 17 00:00:00 2001 From: Josef Smrcka Date: Thu, 2 Sep 2021 16:22:52 +0200 Subject: [PATCH] Update README - HTTP Caching in jaxrs-reactive --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83465b496..cfef92fcb 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,9 @@ Simple bootstrap project created by *quarkus-maven-plugin* ### `http/jaxrs-reactive` RESTEasy Reactive equivalent of `http/jaxrs`. Tests simple and multipart endpoints. -Additional coverage: execution model (blocking vs. non-blocking) of endpoints based on method signature. +Additional coverage: +- Execution model (blocking vs. non-blocking) of endpoints based on method signature. +- HTTP Caching features. ### `http/rest-client` Verifies Rest Client configuration using `quarkus-rest-client-jaxb` (XML support) and `quarkus-rest-client-jsonb` (JSON support).