Bases: object
An abstract baseclass for all NvpApiClient implementations.
This defines the interface and property structure for synchronous and coroutine-based classes.
Check out an available HTTPConnection instance.
Blocks until a connection is available. :auto_login: automatically logins before returning conn :headers: header to pass on to login attempt :param rid: request id passed in from request eventlet. :returns: An available HTTPConnection instance or None if no
api_providers are configured.
Mark HTTPConnection instance as available for check-out.
| Parameters: |
|
|---|---|
| Service_unavail : | |
True if http_conn returned 503 response. |
|