在尝试生成自定义 404 错误时,我尝试使用responseFile notFound404 [("Content-Type","text/html")] "404.html" Nothing
. 但是,如果我的文件系统中存在“404.html”,Warp 会发送状态码为 200 的数据。
支持 wai 接口的服务器是否期望这种行为?如果是这样,为什么 responseFile 有一个状态参数?
在尝试生成自定义 404 错误时,我尝试使用responseFile notFound404 [("Content-Type","text/html")] "404.html" Nothing
. 但是,如果我的文件系统中存在“404.html”,Warp 会发送状态码为 200 的数据。
支持 wai 接口的服务器是否期望这种行为?如果是这样,为什么 responseFile 有一个状态参数?