mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 02:55:06 +03:00
6249c79ffd
Update java formatter plugin. The new version can remove unused imports. |
||
---|---|---|
.. | ||
src/main/java/org/enso/shttp | ||
README.md |
Simple HTTPBin
A simple HTTP Request/Response clone of httpbin for testing purposes.
Usage
Simple HTTPBin can be compiled like any other SBT project i.e.
sbt> simple-httpbin/compile
To run, simply invoke the main
method with the appropriate hostname and port:
sbt> simple-httpbin/run localhost 8080