aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorame <[email protected]>2025-08-09 04:26:08 -0500
committerame <[email protected]>2025-08-09 04:26:08 -0500
commit71995aa7bab0198b3977f33d16ca34e4f628ec3d (patch)
treeac97473949ee4dcaa45ed2bcf1b8256f5180f70b /docs
parent7cc8cade712506c7eeaf3a8e0002cf2313218885 (diff)
dont override Content-Type
Diffstat (limited to 'docs')
-rw-r--r--docs/net/listen.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/net/listen.md b/docs/net/listen.md
index 6b7f12c..333f0f2 100644
--- a/docs/net/listen.md
+++ b/docs/net/listen.md
@@ -132,7 +132,7 @@ res.header["test"] = "wowa"
res:sendfile(filepath, options?)
-res.header["Content-Type"] is set automatically depending on the file extention, using /etc/mime.types, or whatever option was supplied to listen (see listen options)
+res.header["Content-Type"] is set automatically (unless already set) depending on the file extention, using /etc/mime.types, or whatever option was supplied to listen (see listen options)
options table