Package pywbem :: Module cim_http
[frames] | no frames]

Module cim_http

source code

Send HTTP/HTTPS requests to a WBEM server.

This module does not know anything about the fact that the data being transferred in the HTTP request and response is CIM-XML. It is up to the caller to provide CIM-XML formatted input data and interpret the result data as CIM-XML.

Classes
  Error
Exception base class for catching any HTTP transport related errors.
  ConnectionError
This exception is raised when there is a problem with the connection to the server.
  AuthError
This exception is raised when an authentication error (401) occurs.
  TimeoutError
This exception is raised when the client times out.