Beispiel #1
0
def get_headerinfo_from_url(url):
    c = Curl()
    return c.readheader(url)
Beispiel #2
0
def get_headerinfo_from_url(url):
    c = Curl()
    return c.readheader(url)