added a note about the requests module in the header. requests is making daily work a lot easier

This commit is contained in:
Johannes Findeisen 2013-11-04 20:42:50 +01:00
commit 6549dfbee7

View file

@ -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 content could be fetched and compared.HTTPS is not validating the server
certificate! 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 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. 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). This file is part of Linspector (http://linspector.org).