Skip to content

harness-community/jhttp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JHTTP

JHTTP is a simple HTTP server written in the Java 8.

Requirements

  • Java 8 SDK
  • Maven

Building

mvn clean package  

It creates a self-contained, executable JAR in the target directory.

Usage

usage: java -jar jhttp*.jar [-h] [-p <PORT>] [-r <DIR>] [-t <THREADS_NO>]
Starts a simple HTTP server
-h,--help                   display help
-p,--port <PORT>            port to listen (default: 8888 )
-r,--root <DIR>             server root directory (default: '.')
-t,--threads <THREADS_NO>   thread pool size (default: 10)

Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.3%
  • HTML 1.5%
  • Shell 1.2%
  • Dockerfile 1.0%