twisted.web.iweb.IClientRequest(Interface) interface documentationtwisted.web.iweb
(View In Hierarchy)
Known implementations: twisted.web._newclient.Request
An object representing an HTTP request to make to an HTTP server.
| Present Since | 13.1 | |
| Attribute | method | The HTTP method for this request, as bytes.
For example:b'GET',b'HEAD',b'POST', etc. | 
| Attribute | absoluteURI | The absolute URI of the requested resource, as bytes;
orNoneif the absolute URI cannot be determined. | 
| Attribute | headers | Headers to be sent to the server, as a twisted.web.http_headers.Headersinstance. |