Defining the data model of HTTP messages, not just the format - Nicholas J. Car

Опубликовано: 01 Сентябрь 2026
на канале: The ASF
51
0

Thank you to all of of our ApacheCon@Home 2021 sponsors, including:

STRATEGIC
---------------
Google

PLATINUM
--------------
Apple
Huawei
Instaclustr
Tencent Cloud

GOLD
-----------
Aiven OY
AWS
Baidu
Cerner
Didi Chuxing
Dremio
Fiter
Gradle
Red Hat
Replicated A presentation from ApacheCon@Home 2021
https://apachecon.com/acah2021

Current Internet protocols (mainly IETF & W3C standards) provide standard ways describe many aspects of HTTP messages, for example the format_, _language_, _cache time etc. Until recently there has been no standard, or even candidate, to define the data model of messages either requested (by a client) or supplied (by a server).

Content Negotiation by Profile is a dual proposed IETF RFQ [1] & W3C Recommendation [2]. It provides mechanics for requesting and supplying HTTP messages that conform to profiles which are identified data models.

This extremely simple proposed extension to HTTP Headers has profound implications for the Internet: clients can request resources that meet their content needs, not just formats they can parse. Servers can tell clients what data models they support for representations of resources. The indication of profile conformance can be used for automated content validation too.

This presentation will overview the motivation for these proposed standards and explain their potential impact, if adopted. Demonstration systems and data built since the initiation of these proposals will be shown.

[1] https://datatracker.ietf.org/doc/html...
[2] https://w3c.github.io/dx-connegp/conn...