mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
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:
parent
57349c0611
commit
d14f16e31b
6 changed files with 248 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue