summaryrefslogtreecommitdiffstats
path: root/Reaktor/UDP
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-09-16 17:18:45 +0200
committermakefu <github@syntax-fehler.de>2011-09-16 17:18:45 +0200
commit10126da289436f015ad22cbc843248b58f6a74df (patch)
tree7cb793d3aad1026dc76e79ce6677f5aad9aa34c8 /Reaktor/UDP
parent1df82a37249e46c50a95a933c4f9d3ca29636e70 (diff)
Reaktor/UDP: add uri to specs, bug in use case
Diffstat (limited to 'Reaktor/UDP')
-rw-r--r--Reaktor/UDP/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/Reaktor/UDP/README b/Reaktor/UDP/README
index d77ce7ff..f89d377d 100644
--- a/Reaktor/UDP/README
+++ b/Reaktor/UDP/README
@@ -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"
}
}