Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded representations and their context #27

Open
chrysn opened this issue May 25, 2022 · 0 comments
Open

Embedded representations and their context #27

chrysn opened this issue May 25, 2022 · 0 comments
Assignees

Comments

@chrysn
Copy link
Member

chrysn commented May 25, 2022

Around the topic of storing problem details, it appears that there is some need for storing contexts of requests.

When we next take a closer look at embedded representations, we might want to look into whether CoRAL can help here. (Especially when methods like POST are involved where the response is not a representation of a named resource but of an anonymous one).

I've seen patterns like this in RDF processors:

[ a http:exchange,
  http:request_uri "http://...",
  http:request_method "POST",
  http:response_code 502,
  http:response_body "...",
]

With the concepts of navigating forms, this might look a bit prettier. I don't expect any of this to be "navigated" by a constrained device, but it touches on topics we already express in CoRAL, and it might be found on constrained devices as logging output.

@chrysn chrysn self-assigned this May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant