enso/tools/simple-httpbin
GregoryTravis b03712390c
Improve HTTP tests (#7847)
* simple-httpbin encodes response using the Content-encoding header value
* Return sent body verbatim
2023-09-27 14:02:32 +00:00
..
src/main/java/org/enso/shttp Improve HTTP tests (#7847) 2023-09-27 14:02:32 +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