Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设计一个支持以下内容类型的 API:JSON、Protobuf 和 XML。
当我想发送纯 JSON 时,我会使用:application/json. 这是否也有效:cbor/json如果我想通过编码为 CBOR 的 JSON 发送?
application/json
cbor/json
根据mime 类型注册表和RFC 7049,使用 application/cbor。