Skip to content

jtitra/jhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAVA Test Intelligence Demo

  1. Change the the backround color in the following file by swapping the comments in the below file. https://github.com/harness-io/jhttp/blob/master/src/main/java/io/harness/jhttp/processor/DirectoryListing.java

The change should look like this:

image

  1. Create a pull request

  2. Click the "details" button on the status of your pull request, it will bring you to the demo environment running your build

image

Notes:

mvn clean package will build the application

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages