Scripts posted recently tagged to http in Kelpi

1- 2 of 2.

Web orri baten kabezerak irakurri eta zein egoeratan dagoen jakiteko

to python http by jatsu

import httplib
def web_status(url):
    dominioa= url[url.find('/')+2:url.find('/',url.find('.'))]
    helbidea=url[url.find('/',url.find('.')):]
    conn =httplib.HTTPConnection(dominioa)

Django - Force http 301 results

to Django http by kere

return HttpResponsePermanentRedirect(' your redirection url')
hits counter