freeconf/restconf

Feature request: Support XMLparsing

pdumais opened this issue · 1 comments

In the case where content-type is set to yang-data+xml in a request, we would need restconf to be able to parse the XML data into the yang model.
This is irrelevant from the Accept header.

I don't think we need to force the response to XML. The response can still be sent with yang-data+json, as long as the Accept header contains it. I will address this in a different issue.

We're working on an implementation at this moment. Will probably create a PR in the coming weeks