aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/net/http/response.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/world/net/http/response.lux')
-rw-r--r--stdlib/source/library/lux/world/net/http/response.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/library/lux/world/net/http/response.lux b/stdlib/source/library/lux/world/net/http/response.lux
index 26a1e10fd..a69eacb5c 100644
--- a/stdlib/source/library/lux/world/net/http/response.lux
+++ b/stdlib/source/library/lux/world/net/http/response.lux
@@ -1,6 +1,6 @@
(.module:
[library
- [lux (#- static)
+ [lux {"-" [static]}
[control
[concurrency
["." async]
@@ -10,17 +10,17 @@
["." encoding]]
[format
["." html]
- ["." css (#+ CSS)]
+ ["." css {"+" [CSS]}]
["." context]
- ["." json (#+ JSON) ("#\." codec)]]]
+ ["." json {"+" [JSON]} ("#\." codec)]]]
["." io]
[world
- ["." binary (#+ Binary)]]]]
- ["." // (#+ Status Body Response Server)
+ ["." binary {"+" [Binary]}]]]]
+ ["." // {"+" [Status Body Response Server]}
["." status]
- ["." mime (#+ MIME)]
+ ["." mime {"+" [MIME]}]
["." header]
- [// (#+ URL)]])
+ [// {"+" [URL]}]])
(def: .public (static response)
(-> Response Server)