Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coursier/http-server

Minimal JVM HTTP server, à la python SimpleHTTPServer
https://github.com/coursier/http-server

Last synced: about 2 months ago
JSON representation

Minimal JVM HTTP server, à la python SimpleHTTPServer

Awesome Lists containing this project

README

        

# http-server

Minimal JVM HTTP server, à la [`http.server`](https://docs.python.org/3/library/http.server.html), mainly only for coursier's own tests' purposes

[![Build Status](https://travis-ci.org/coursier/http-server.svg?branch=master)](https://travis-ci.org/coursier/http-server)
[![Maven Central](https://img.shields.io/maven-central/v/io.get-coursier/http-server_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/io.get-coursier/http-server_2.12)

Relies on [http4s](https://github.com/http4s/http4s)

Use like
```
$ coursier launch io.get-coursier:http-server_2.12:1.0.0
```
(spawns a web server serving files in the current directory).

See the available options with
```
$ coursier launch io.get-coursier:http-server_2.12:1.0.0 -- --help
```