Guest User

Untitled

a guest
Jan 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1.     headers = {"Content-type": "application/json", "Accept": "application/json; charset=utf8"}
  2.     conn = httplib.HTTPConnection(self.url)
  3.     conn.request("POST", self.path, json_out, headers)
  4.     response = conn.getresponse()
Add Comment
Please, Sign In to add comment