...
| Блок кода | ||
|---|---|---|
| ||
$response = http.request("http://some.url?p1=v1&p2=v2", "PUT", "some body").
cookiesheaders({"c1header1": "...", "c2header2": "...").
send() |
Объект Response
...
...
| Блок кода | ||
|---|---|---|
| ||
$response = http.request("http://some.url?p1=v1&p2=v2", "PUT", "some body").
cookiesheaders({"c1header1": "...", "c2header2": "...").
send() |
...