~nilium/chisel

eb1b41377cc15f8a2ab2f02ff49f7c842a315f30 — Noel Cower 2 years ago 91a1588
Additional TODO items
1 files changed, 13 insertions(+), 0 deletions(-)

M TODO
M TODO => TODO +13 -0
@@ 20,3 20,16 @@ TODO
    
  * Consider replacing YAML and JSON with codf, which would allow the
    use of multi-line raw strings.

  * Add support for upstream HTTP servers as a data source, with the
    ability to make HTTP queries to upstream servers from input data.
    Maybe also support POST requests somehow? TBD how this would work
    but it would make for a very flexible translation server.

  * Add support for upstream HTTP servers as a data source, with the
    ability to make HTTP queries to upstream servers from input data.
    Maybe also support POST requests somehow? TBD how this would work
    but it would make for a very flexible translation server.

  * Add no-query form to query steps so folks can do stuff like
    transform the input body or set up other data between steps.