From 419f5c5d9a011a9dcde26d8ca5cb983fdcef2c8b Mon Sep 17 00:00:00 2001 From: jonte Date: Wed, 2 Feb 2011 11:17:06 -0800 Subject: [PATCH] Created Protocol draft 2.0 (markdown) --- Protocol-draft-2.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Protocol-draft-2.0.md diff --git a/Protocol-draft-2.0.md b/Protocol-draft-2.0.md new file mode 100644 index 0000000..9c80156 --- /dev/null +++ b/Protocol-draft-2.0.md @@ -0,0 +1,9 @@ + +` POST /path/script.cgi HTTP/1.0 + From: frog@jmarshall.com + User-Agent: HTTPTool/1.0 + Content-Type: application/x-www-form-urlencoded + Content-Length: 32 + + home=Cosby&favorite+flavor=flies +` \ No newline at end of file