mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 21:12:44 +03:00
a1207e029d
- Closes #8555 - Refactors the file format detection logic, compacting lots of repetitive logic for HTTP handling into helper functions. - Some updates to CODEOWNERS. |
||
---|---|---|
.. | ||
src/main/java/org/enso/shttp | ||
www-files | ||
README.md |
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