Skip to content

Commit abf579a

Browse files
authored
Update analysis-data-mapping.md (#2105)
1 parent 2db50b3 commit abf579a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

planning/work-items/analysis/analysis-data-mapping.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,22 @@ Also known as: Mapping TD elements to messages
2929

3030
## User Stories
3131

32-
TBD
32+
1. HTTP side channels
33+
34+
- **Who:** Developer of a Consumer
35+
- **What:** How to lay out affordances to deliver some of the DataSchemas described when it does not fit the [Content](https://www.rfc-editor.org/rfc/rfc9110.html#name-content)
36+
- HTTP [header fields](https://www.rfc-editor.org/rfc/rfc9110.html#name-header-fields)
37+
- [URL](https://www.rfc-editor.org/rfc/rfc3986) Query and Path
38+
- **Why:** Sometimes the request body does not contain all the information to deliver, HTTP offers a specific way to extend the information provided and URL can be used to encode further information.
39+
40+
- Sentence: **As a** developer, **I need** support an implementation that encodes part of the DataSchema either in the URL itself or in the HTTP Headers, **so that I can** interoperate with services expecting such patterns.
41+
- Process Stakeholders:
42+
- Submitter: Multiple
43+
- Specification Writers: Luca Barbato, the WoT TD TF for TD 1.1 urlVariables support
44+
- Implementation Volunteers: Luca Barbato
45+
- Impacted People: TD Designers and Consumer application developers.
46+
- Impact Type: Have a clear way to support services that are hard or impossible to describe nowadays
47+
- Linked Use Cases or Categories: TBD
3348

3449
## Existing Solutions
3550

0 commit comments

Comments
 (0)