Got Http requests working.

This commit is contained in:
Karthik Pullela
2018-01-20 13:54:35 -08:00
parent 1080e968a4
commit f29c8aeb80
742 changed files with 93021 additions and 2 deletions
@@ -0,0 +1,12 @@
from .core import *
from .codec import *
def ToASCII(label):
return encode(label)
def ToUnicode(label):
return decode(label)
def nameprep(s):
raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol")