The Lambda Lab
/
projects
/
scratchy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68970c
)
Added url support.
author
Tim Vaughan
<tgvaughan@gmail.com>
Fri, 3 May 2019 22:28:07 +0000
(
00:28
+0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Fri, 3 May 2019 22:28:07 +0000
(
00:28
+0200)
burrow.scm
patch
|
blob
|
history
diff --git
a/burrow.scm
b/burrow.scm
index
557dfa0
..
09b8df3
100644
(file)
--- a/
burrow.scm
+++ b/
burrow.scm
@@
-145,6
+145,8
@@
(match record
(('shell command) (serve-shell-command command))
(('eval expression) (serve-expression expression))
+ (('url display-string url)
+ (print #\h display-string "\tURL:" url "\tfake\t80\r"))
((type display-string selector host port)
(print type display-string "\t" selector "\t" host "\t" port "\r"))
((type display-string selector host)