mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 17:06:48 +03:00
b03712390c
* simple-httpbin encodes response using the Content-encoding header value * Return sent body verbatim |
||
---|---|---|
.. | ||
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