pylabrobot.li_cor.odyssey.OdysseyChatterbox.request_raw# async OdysseyChatterbox.request_raw(method: str, path: str, body: bytes | None = None, *, headers: Mapping[str, str] | None = None, allow_redirects: bool = True) → HTTPResponse# Handle a scan-control, status, or image request entirely in memory. Parameters: method (str) path (str) body (bytes | None) headers (Mapping[str, str] | None) allow_redirects (bool) Return type: HTTPResponse