From 6549dfbee7f93e7f9bbf67071e792045781e1ea6 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 4 Nov 2013 20:42:50 +0100 Subject: [PATCH] added a note about the requests module in the header. requests is making daily work a lot easier --- linspector/services/http.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linspector/services/http.py b/linspector/services/http.py index 11d1380..9765755 100644 --- a/linspector/services/http.py +++ b/linspector/services/http.py @@ -5,10 +5,12 @@ This is for checking the availability and output of HTTP services. Basic HTTP content could be fetched and compared.HTTPS is not validating the server certificate! +Uses: https://github.com/kennethreitz/requests in the near future! + This should just return 0 on success and NOT 0 on error. Just to make internals generic to just report this code and not use a parser. -Copyright (c) 2011-2013 "Johannes Findeisen and Rafael Timmerberg" +Copyright (c) 2011-2013 by Johannes Findeisen and Rafael Timmerberg This file is part of Linspector (http://linspector.org).