enso/tools/simple-httpbin
Radosław Waśko 940b8f7d51
Improving tests and edge cases for URI and HTTP (#8497)
- 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.
2023-12-15 17:58:45 +00:00
..
src/main/java/org/enso/shttp Improving tests and edge cases for URI and HTTP (#8497) 2023-12-15 17:58:45 +00:00
www-files Reworking Excel support to allow for reading of big files (#8403) 2023-12-15 00:02:15 +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