From de7683b4677c44c606abc1479baddd3d941ad1ec Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 8 Apr 2024 14:01:39 +0100 Subject: [PATCH] Add http driver to README --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index 96348db..e962f7d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,46 @@ Query the size of a directory in bytes by observing ` [ + $res ! + $res ! +] + +let ?greeting = dataspace +$greeting ? [ + $res ! + $res ! + $res ! +] + +let ?http = dataspace +$http [ + + + +] + +? ?cap> [ + $cap +] + + + +> +``` + ### JSON Socket Translator Communicate with sockets that send and receive lines of JSON using `` and `` messages.