MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / putrequest

Method putrequest

Lib/httplib.py:835–943  ·  view source on GitHub ↗

Send a request to the server. `method' specifies an HTTP request method, e.g. 'GET'. `url' specifies the object being requested, e.g. '/index.html'. `skip_host' if True does not add automatically a 'Host:' header `skip_accept_encoding' if True does not add automatica

(self, method, url, skip_host=0, skip_accept_encoding=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

_send_requestMethod · 0.95
open_httpMethod · 0.80
open_httpsMethod · 0.80
send_requestMethod · 0.80
emitMethod · 0.80

Calls 8

_outputMethod · 0.95
putheaderMethod · 0.95
urlsplitFunction · 0.90
CannotSendRequestClass · 0.85
isclosedMethod · 0.80
startswithMethod · 0.80
encodeMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected