Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 480 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 480 Bytes

RESTful API (0.2.8)

A Light-weight RESTful API Framework based on java internal HTTPServer (com.sun.net.httpserver)

  • support HEAD, GET, POST, PUT, DELETE, OPTIONS, PATCH and TRACE methods
  • support RestController
  • support Server Side Event
  • support Router, and resource server, from file or from jar as resources

Install

<dependency>
  <groupId>com.github.salemebo</groupId>
  <artifactId>restful-api</artifactId>
  <version>0.2.8</version>
</dependency>