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

    SpringBoot官方笔记4Web

    Spring Security Spring Boot relies on Spring Security’s content-negotiation strategy to determine whether

    40330编辑于 2023-07-20
  • 来自专栏业余草

    Koa框架教程,Koa框架开发指南,Koa框架中文使用手册,Koa框架中文文档

    Koa 包含了像 content-negotiation(内容协商)、cache freshness(缓存刷新)、proxy support(代理支持)和 redirection(重定向)等常用任务方法

    74330发布于 2019-01-21
  • 来自专栏learn-anything.cn

    学习express,从这里开始!

    /github.com/expressjs/express.git --depth 1 cd express npm install # 启动你想看的 Examples node examples/content-negotiation

    88110发布于 2021-11-24
  • 来自专栏张善友的专栏

    内容协商 (Content Negotiation)

    ASP.NET Web API的内容协商具体请看:http://www.asp.net/web-api/overview/formats-and-model-binding/content-negotiation

    1.3K90发布于 2018-01-29
  • 来自专栏技术博客

    Asp.Net Web API 2第七课——Web API异常处理

    使用HttpError的一个好处是,与其它强类型模型一样,会进行同样的“content-negotiation”(暂未实现)和序列化过程。

    1.5K30发布于 2018-08-31
  • 来自专栏博客园

    Asp.Net Web API(四)

    使用HttpError的一个好处是,与其它强类型模型一样,会进行同样的“content-negotiation”(暂未实现)和序列过程   直接替代创建HttpError对象的一种方法是:你可以使用CreateErrorResponse

    2.3K20发布于 2018-08-31
  • 来自专栏程序人生

    盘点我的 2022:知识分享与开源项目

    开源项目 今年我贡献了超过 10 个 Rust crate,挑几个我认为有意义的讲讲: accept-header:目前 Rust 社区没有太好的库来做 content-negotiation,于是我撰写了这个库允许调用者使用

    95830编辑于 2023-02-23
  • 来自专栏方亮

    服务器架设笔记——使用Apache插件解析简单请求

    char *ap_auth_type; /* What object is being requested (either directly, or via include * or content-negotiation

    1.1K20发布于 2019-01-16
  • 来自专栏前端那些事

    Express4.x API (三):Response (译)

    取而代之的是使用诸如res.send和res.json res.send(); res.status(404).end(); res.format(object) 在请求对象时,在AcceptHTTP头对象上执行content-negotiation

    2.1K100发布于 2018-01-05
领券