enso/tools/http-test-helper
2024-10-30 12:50:35 +00:00
..
src/main/java/org/enso/shttp HTTP response caching, with TTL and LRU logic (#11342) 2024-10-30 12:50:35 +00:00
www-files Make data-links behave more like 'symlinks' (#9485) 2024-03-22 17:01:54 +00:00
README.md Add tests for Enso Cloud auth + simple API mock for Enso_User (#8511) 2023-12-19 17:41:09 +00:00

HTTP Test Helper

A simple HTTP Request/Response clone of httpbin for testing purposes, extended with additional functionality allowing for testing Enso Cloud features.

Usage

It can be compiled like any other SBT project i.e.

sbt> http-test-helper/compile

To run, simply invoke the main method with the appropriate hostname and port:

sbt> http-test-helper/run localhost 8080