aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit8e7b4261b6ab31e97bed02182e52787ab506fe61 (patch)
treeed04887f87fcb1a0de8d180b34a5598ea1f5a0d0 /UDP
parentacb0a4f7ac74203d8d3a73ccf7c1e4421f1c2d5f (diff)
Reaktor/UDP: add uri to specs, bug in use case
Diffstat (limited to 'UDP')
-rw-r--r--UDP/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/UDP/README b/UDP/README
index d77ce7f..f89d377 100644
--- a/UDP/README
+++ b/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"
}
}