sushy.connector
Module¶sushy.connector.
Connector
(url, username=None, password=None, verify=True)¶Bases: object
close
()¶Close this connector and the associated HTTP session.
get
(path='', data=None, headers=None)¶HTTP GET method.
Parameters: |
|
---|---|
Returns: | The response object from the requests library. |
Raises: | ConnectionError |
Raises: | HTTPError |
patch
(path='', data=None, headers=None)¶HTTP PATCH method.
Parameters: |
|
---|---|
Returns: | The response object from the requests library. |
Raises: | ConnectionError |
Raises: | HTTPError |
post
(path='', data=None, headers=None)¶HTTP POST method.
Parameters: |
|
---|---|
Returns: | The response object from the requests library. |
Raises: | ConnectionError |
Raises: | HTTPError |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.