Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orange451 authored May 7, 2020
1 parent 0942917 commit ba25053
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# JRest
Small and lightweight Java Rest Library. **Only has one (optional) dependency, Gson (For POJO Serialization)**. It can be used as a webhost, back-end server, or to make requests to already existing REST endpoints. It doesn't use annotations, and can work asynchrounously.

If JRest is ran without Gson dependency, DTO/POJO objects cannot be serialized/deserialized. JSON Objects can still be used though.
Small and lightweight Java REST Library. **Only has one (optional) dependency, Gson (For POJO Serialization)**. It can be used as a webhost, back-end server, or to make requests to already existing REST endpoints. It doesn't use annotations, and can work asynchrounously. If JRest is ran without Gson dependency, DTO/POJO objects cannot be serialized/deserialized, but JSON Objects can still be used though.

# Examples
Simple GET request:
Expand Down

0 comments on commit ba25053

Please sign in to comment.