首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏iSharkFly

    各编程语言处理HTTP状态码的库推荐

    JavaScript:http-status-codes: 这是一个 npm 包,可以帮助你轻松获得和使用 HTTP 状态码。

    34510编辑于 2024-10-30
  • 来自专栏职场亮哥

    神兵利器推荐——你一定不能错过的mac alfred工作流

    willfarrell/alfred-hash-workflow Http Status Codes 快速显示 http 状态码含义 下载地址:https://www.packal.org/workflow/http-status-codes

    2.2K20发布于 2020-12-14
  • 来自专栏IT综合技术分享

    知识分享之Golang——分享http包中常用的响应常量文件

    . // See: https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml const ( StatusContinue

    60820编辑于 2022-01-07
  • 来自专栏Elixir

    HTTP 响应状态码全解

    未实施 505 不支持HTTP版本 506 变体也协商 507 存储不足 508 检测到循环 510 未扩展 511 需要网络认证 599 网络连接超时错误 本文翻译自 https://devqa.io/http-status-codes

    4.3K30编辑于 2022-11-05
  • 来自专栏IT综合技术分享

    知识分享之规范——HTTP 状态码

    参考文献 https://restfulapi.net/http-status-codes/ 概念 HTTP 定义了这些标准状态代码,可用于传达客户端请求的结果。状态码分为五类。

    2.8K30编辑于 2022-03-04
  • 来自专栏JavaEdge

    Spring Http源码

    author Brian Clozel @since 3.0 @see HttpStatus.Series @see <a href="http://www.iana.org/assignments/<em>http-status-codes</em>

    1.1K61发布于 2018-04-28
  • 来自专栏Albert陈凯

    2019-04-01 HttpStatus http返回的状态码都代表什么含义

    Brian Clozel * @since 3.0 * @see HttpStatus.Series * @see <a href="http://www.iana.org/assignments/<em>http-status-codes</em>

    1.6K30发布于 2019-04-09
  • 来自专栏源码揭秘

    如何实现类似于百度网盘大文件的断点续传

    multiparty from 'multiparty' import createError from 'http-errors' import { INTERNAL_SERVER_ERROR } from 'http-status-codes

    2.3K40编辑于 2022-02-14
  • 来自专栏mousemin

    PSR-7 HTTP 消息接口规范

    * @see http://tools.ietf.org/html/rfc7231#section-6 37 * @see http://www.iana.org/assignments/http-status-codes * @see http://tools.ietf.org/html/rfc7231#section-6 52 * @see http://www.iana.org/assignments/http-status-codes

    1.7K70编辑于 2023-06-10
领券