mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
940b8f7d51
- Closes #8352 - ~~Proposed fix for #8493~~ - The temporary fix is deemed not viable. I will try to figure out a workaround and leave fixing #8493 to the engine team. |
||
---|---|---|
.. | ||
src/main/java/org/enso/shttp | ||
www-files | ||
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