src.core.http.providers.debug
index
/home/stanislav/PycharmProjects/opendoor/src/core/http/providers/debug.py

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License.
 
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
Development Team: Stanislav WEB

 
Classes
       
__builtin__.object
DebugProvider

 
class DebugProvider(__builtin__.object)
    DebugProvider class
 
  Methods defined here:
debug_connection_pool(self, keymsg, pool)
Debug connection pool message
:param str keymsg: tpl key
:param object pool: pool object
:return: None
debug_list(self, total_lines)
Debug scan list
:param int total_lines: total list lines
:return: None
debug_proxy_pool(self)
Debug proxy pool message
:return: None
debug_request(self, request_header, url, method)
Debug request
:param dict request_header: request header
:param str url: request url
:param str method: request method
:return: None
debug_request_uri(self, status, request_uri, **kwargs)
Debug request_uri
:param int status: response status
:param str request_uri: request urli
:param **kwargs: key arguments
:return: None
debug_response(self, response_header)
Debug response
:param dict response_header: response header
:return: None
debug_user_agents(self)
Debug info for user agent
:return: None

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
level
Get debug level
:return: int