https://github.com/coursier/http-server
Minimal JVM HTTP server, à la python SimpleHTTPServer
https://github.com/coursier/http-server
Last synced: 18 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T13:54:15.000Z (about 1 year ago)
- Last Synced: 2025-04-20T10:40:30.400Z (3 months ago)
- Language: Scala
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- 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
[](https://travis-ci.org/coursier/http-server)
[](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
```