aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/net/http/request.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/world/net/http/request.lux')
-rw-r--r--stdlib/source/library/lux/world/net/http/request.lux36
1 files changed, 18 insertions, 18 deletions
diff --git a/stdlib/source/library/lux/world/net/http/request.lux b/stdlib/source/library/lux/world/net/http/request.lux
index 8ab8781cf..9ab4b1d32 100644
--- a/stdlib/source/library/lux/world/net/http/request.lux
+++ b/stdlib/source/library/lux/world/net/http/request.lux
@@ -3,31 +3,31 @@
[lux "*"
[control
pipe
- ["." monad {"+" [do]}]
- ["." maybe]
- ["." try {"+" [Try]}]
+ ["[0]" monad {"+" [do]}]
+ ["[0]" maybe]
+ ["[0]" try {"+" [Try]}]
[concurrency
- ["." async {"+" [Async]}]
- ["." frp]]
+ ["[0]" async {"+" [Async]}]
+ ["[0]" frp]]
[parser
- ["<.>" json]]]
+ ["<[0]>" json]]]
[data
- ["." number
+ ["[0]" number
["n" nat]]
- ["." text
- ["." encoding]]
+ ["[0]" text
+ ["[0]" encoding]]
[format
- ["." json {"+" [JSON]}]
- ["." context {"+" [Context Property]}]]
+ ["[0]" json {"+" [JSON]}]
+ ["[0]" context {"+" [Context Property]}]]
[collection
- ["." list ("#\." functor mix)]
- ["." dictionary]]]
+ ["[0]" list ("[1]\[0]" functor mix)]
+ ["[0]" dictionary]]]
[world
- ["." binary {"+" [Binary]}]]]]
- ["." // {"+" [Body Response Server]}
- ["#." response]
- ["#." query]
- ["#." cookie]])
+ ["[0]" binary {"+" [Binary]}]]]]
+ ["[0]" // {"+" [Body Response Server]}
+ ["[1][0]" response]
+ ["[1][0]" query]
+ ["[1][0]" cookie]])
(def: (merge inputs)
(-> (List Binary) Binary)