Restconf HTTPAPI plugin and modules (#49476)

* Initial code for restconf support

*  Add restconf httpapi plugin
*  Add restonf_get module

* Fix some ConnectionError usage
This commit is contained in:
Nathaniel Case 2019-02-04 09:28:26 -05:00 committed by GitHub
parent 57349c0611
commit d14f16e31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 248 additions and 0 deletions

View file

@ -288,4 +288,6 @@ class Connection(NetworkConnectionBase):
# Try to assign a new auth token if one is given
self._auth = self.update_auth(response, response_buffer) or self._auth
response_buffer.seek(0)
return response, response_buffer