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.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/library/lux/world/net/http/request.lux b/stdlib/source/library/lux/world/net/http/request.lux
index 4b60936a6..fd5c7cd19 100644
--- a/stdlib/source/library/lux/world/net/http/request.lux
+++ b/stdlib/source/library/lux/world/net/http/request.lux
@@ -3,11 +3,11 @@
[lux "*"
[control
pipe
- ["[0]" monad {"+" [do]}]
+ ["[0]" monad {"+" do}]
["[0]" maybe]
- ["[0]" try {"+" [Try]}]
+ ["[0]" try {"+" Try}]
[concurrency
- ["[0]" async {"+" [Async]}]
+ ["[0]" async {"+" Async}]
["[0]" frp]]
[parser
["<[0]>" json]]]
@@ -17,14 +17,14 @@
["[0]" text
["[0]" encoding]]
[format
- ["[0]" json {"+" [JSON]}]
- ["[0]" context {"+" [Context Property]}]]
+ ["[0]" json {"+" JSON}]
+ ["[0]" context {"+" Context Property}]]
[collection
["[0]" list ("[1]#[0]" functor mix)]
["[0]" dictionary]]]
[world
- ["[0]" binary {"+" [Binary]}]]]]
- ["[0]" // {"+" [Body Response Server]}
+ ["[0]" binary {"+" Binary}]]]]
+ ["[0]" // {"+" Body Response Server}
["[1][0]" response]
["[1][0]" query]
["[1][0]" cookie]])