Add cookie and uri-code code from Schematics and update docuementation accordingly
original commit: 254623134bcb533f0b4c8fedada4dccc219f4248
This commit is contained in:
parent
e165e6b726
commit
30ac911898
9
collects/net/cookie.ss
Normal file
9
collects/net/cookie.ss
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
(module cookie mzscheme
|
||||||
|
(require (lib "unitsig.ss")
|
||||||
|
"cookie-sig.ss"
|
||||||
|
"cookie-unit.ss")
|
||||||
|
|
||||||
|
(provide-signature-elements net:cookie^)
|
||||||
|
|
||||||
|
(define-values/invoke-unit/sig net:cookie^
|
||||||
|
cookie@))
|
Loading…
Reference in New Issue
Block a user