enso/tools/simple-httpbin
Dmitry Bushev 6249c79ffd
Update sbt-java-formatter plugin (#7011)
Update java formatter plugin. The new version can remove unused imports.
2023-06-12 14:18:48 +00:00
..
src/main/java/org/enso/shttp Update sbt-java-formatter plugin (#7011) 2023-06-12 14:18:48 +00:00
README.md Simple HTTPBin to replace Go equivalent (#3887) 2022-11-18 11:27:27 +00:00

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