diff options
| author | makefu <github@syntax-fehler.de> | 2011-09-16 17:18:45 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2011-09-16 17:18:45 +0200 | 
| commit | 8e7b4261b6ab31e97bed02182e52787ab506fe61 (patch) | |
| tree | ed04887f87fcb1a0de8d180b34a5598ea1f5a0d0 | |
| parent | acb0a4f7ac74203d8d3a73ccf7c1e4421f1c2d5f (diff) | |
Reaktor/UDP: add uri to specs, bug in use case
| -rw-r--r-- | UDP/README | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -1,7 +1,7 @@  # Specifications  From 2011-09-16:  ## Use Case -  {  +  [       {         "port": 1337,         "pattern": "XXYY",  @@ -12,7 +12,7 @@ From 2011-09-16:          }        }       } -  } +  ]  ## Actions  ### POST  "POST" : { @@ -34,7 +34,7 @@ stdout/stderr are optional and if left away data will be written to real stdout/        "envp": {          "was": "geht"        }, -      "stdout": "/path/to/file", -      "stderr": "/path/to/file" +      "stdout": "uri:///path/to/somewhere", +      "stderr": "uri:///path/to/somewhere"      }    } | 
