HttpRequest
HttpRequest
Section titled “HttpRequest”Kind: class
Source: src/graphrefly/_facade.py:99
Signature
Section titled “Signature”HttpRequest(method: str, url: str, headers: tuple[tuple[str, str], ...] = (), body: bytes = b'')Description
Section titled “Description”Host-driver HTTP request material for Python network source adapters.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
method | str | |
url | str | |
headers | tuple[tuple[str, str], ...] | |
body | bytes |