I am trying to consume a rest service but at the moment of doing it, it sends me an error.
I leave below the code I am occupying.
import http.client
metadatos = {a:1, b:2, c:3}
conn = http.client.HTTPConnection("10.133.xxx.xxx")...
asked by
13.09.2017 / 18:35