DOC

com.github.salemebo : restful-api

Maven & Gradle

Aug 30, 2020
0 stars

Java Restful Api · 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

Table Of Contents

Latest Version

Download com.github.salemebo : restful-api Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.salemebo : restful-api Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file restful-api-0.2.8-javadoc.jar to restful-api-0.2.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder restful-api-0.2.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "restful-api-0.2.8-sources.jar" -d "restful-api-0.2.8-javadoc" -subpackages 

Advertisement