You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP-RPC is an open-source framework for implementing RESTful and REST-like web services in Java. It is extremely lightweight and requires only a Java runtime environment and a servlet container. The entire framework is distributed as a single JAR file that is less than 85KB in size, making it an ideal choice for applications where a minimal footprint is desired.
5
+
HTTP-RPC is an open-source framework for implementing RESTful and REST-like web services in Java. It is extremely lightweight and requires only a Java runtime environment and a servlet container. The entire framework is distributed as a single JAR file that is about 82KB in size, making it an ideal choice for applications where a minimal footprint is desired.
6
6
7
7
This guide introduces the HTTP-RPC framework and provides an overview of its key features.
8
8
@@ -14,7 +14,6 @@ This guide introduces the HTTP-RPC framework and provides an overview of its key
14
14
* [Path Variables](#path-variables)
15
15
* [Return Values](#return-values)
16
16
* [Request and Repsonse Properties](#request-and-repsonse-properties)
17
-
* [Authorization](#authorization)
18
17
* [Exceptions](#exceptions)
19
18
* [API Documentation](#api-documentation)
20
19
*[JSONEncoder and JSONDecoder](#jsonencoder-and-jsondecoder)
0 commit comments