From b4105be21e967f79d819749c44eff6ed4311f65d Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 28 Apr 2012 12:42:03 +1200 Subject: Initial checkin. --- notes | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 notes (limited to 'notes') diff --git a/notes b/notes new file mode 100644 index 00000000..0513cb42 --- /dev/null +++ b/notes @@ -0,0 +1,102 @@ + +Value Specifiers: + + !500k - 500k of random data + !500k:utf8 - 500k of utf8. Other specifiers: utf8,alphanum,alpha,printable + "foo" - literal + foo - literal + destination + code>destination + + 301:VALUE>VALUE + 301>http://foo.bar + + + Content-type: + + t:content-type + + +Examples: + 200,b:500k + + 404,p:5s,b:1k:printable + + 200,t:text/json,p:5s,b:1k + + 200,b:1k,xr + + + +Sequences: + + 200 * 2 | !forever + + 200 | 404 | 200,b:500g + + + +Anchors: + + Passed on command-line? + --anchor /foo/bar 200:!/foo + + + +Built-in help + + /help + + /explain/expression + -- cgit v1.2.3