Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coursier/http-server
- Owner: coursier
- License: apache-2.0
- Created: 2017-12-26T23:47:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T15:35:09.000Z (10 months ago)
- Last Synced: 2024-03-17T16:51:29.623Z (9 months ago)
- Language: Scala
- Size: 31.3 KB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```