mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
2a38edecd4
1-to-1 translation of the HTTPBin expected by our testsuite using Java's HttpServer. Can be started from SBT via ``` sbt:enso> simple-httpbin/run <hostname> <port> ``` # Important Notes @mwu-tow this will mean we can ditch Go dependency completely and replace it with the above call. |
||
---|---|---|
.. | ||
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