Home | History | Annotate | Download | only in python2.7

Lines Matching full:putrequest

1391             connection.putrequest("POST", handler, skip_accept_encoding=True)
1394 connection.putrequest("POST", handler)
1403 # header anymore, it is done as part of the connection.putrequest() in