jabbapylib.web.web.get_url_info

Here are the examples of the python api jabbapylib.web.web.get_url_info taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: jabbapylib Source File: test_web.py
def test_get_url_info():
    res = web.get_url_info(GOOGLE)
    assert 'text/html' in res['Content-Type']