openresty http status code

创建日期: 2024-05-23 14:37 | 作者: 风波 | 浏览次数: 20 | 分类: openresty

来源:https://segmentfault.com/a/1190000012233483

http status code常量

1xx

2xx

3xx

4xx

5xx

使用实例

if token == nil then
    ngx.exit(ngx.HTTP_FORBIDDEN)
end
20 浏览
15 爬虫
0 评论