summaryrefslogtreecommitdiff
path: root/yarns/900-implements.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/900-implements.yarn')
-rw-r--r--yarns/900-implements.yarn3
1 files changed, 3 insertions, 0 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index 7eb0c86..1a12568 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -23,6 +23,9 @@
value = get_expanded_match()
GET('/res', {header:value})
+ IMPLEMENTS WHEN user makes request GET /status
+ GET('/status', {})
+
IMPLEMENTS WHEN user makes request GET /search with body (.+)
body = json.loads(get_expanded_match())
GET('/search', {}, body=body)