From 0811c73896333271ea58a988a1a8f8477114197a Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sat, 6 Apr 2019 16:09:37 -0400 Subject: [PATCH] Update README. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bcb69ce..04c722d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ gxRest ---- The gCube eXtensions to the Rest Protocol (gxRest) is a set of Java libraries designed to provide convenient round-trip interaction between a Restful web application (also known as "service") and its clients. -gxRest has the flexibility for different degrees of exploitation of the library: +gxRest has the flexibility for different degrees of exploitation: * it can be entirely adopted both at client and service side with full benefit of its conventions; -* it can be used just to send REST requests based only on plain HTTP; -* it can be used to parse the HTTP code of a response; -* it can be used only to return HTTP codes from the service. -* it can be used only to return Exceptions from the service. +* it can be used to send REST requests based only on plain HTTP; +* it can be used only to return HTTP code/messagess from the service; +* it can be used only to throw Exceptions from the service to the client. ## Modules * [gxHTTP](https://wiki.gcube-system.org/gcube/GxRest/GxHTTP)