Add transport-http 01/110001/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Jan 2024 21:17:41 +0000 (22:17 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Jan 2024 22:07:35 +0000 (23:07 +0100)
commit1491da1aa4c79bc0b7249cfd84e3f31f2762a44a
tree5810f0d523b5bd40fb9c07289d1e46e4d929c6bb
parent3b4f0880195460f9d9a00cc6bf4bc319f81e5bb7
Add transport-http

This patch adds the bare-bones ietf-http-{client,server} models from
draft-ietf-netconf-http-client-server-13 without providing feature
packaging.

A baseline intended set of features is also introduced, but nothing else
is done on the implementation side.

JIRA: NETCONF-773
Change-Id: Ic86a6fd8d850c8cc16a25db54fc8f7f27a20bf0b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
transport/pom.xml
transport/transport-http/pom.xml [new file with mode: 0644]
transport/transport-http/src/main/java/org/opendaylight/netconf/transport/http/IetfHttpClientFeatureProvider.java [new file with mode: 0644]
transport/transport-http/src/main/java/org/opendaylight/netconf/transport/http/IetfHttpServerFeatureProvider.java [new file with mode: 0644]
transport/transport-http/src/main/yang/ietf-http-client@2023-04-17.yang [new file with mode: 0644]
transport/transport-http/src/main/yang/ietf-http-server@2023-04-17.yang [new file with mode: 0644]