enso/tools/simple-httpbin/README.md

19 lines
350 B
Markdown
Raw Normal View History

# Simple HTTPBin
A simple HTTP Request/Response clone of [httpbin](http://httpbin.org) 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
```