LogClient
Index
Methods
Methods
get
Retrieve the log as text.
Parameters
optionalkeyword-onlyraw: bool = False
If true, the log will include formating. For example, coloring character sequences.
Returns str | None
get_as_bytes
Retrieve the log as raw bytes.
Parameters
optionalkeyword-onlyraw: bool = False
If true, the log will include formating. For example, coloring character sequences.
Returns bytes | None
stream
Retrieve the log as a stream.
Parameters
optionalkeyword-onlyraw: bool = False
If true, the log will include formating. For example, coloring character sequences.
Returns Iterator[httpx.Response | None]
Sub-client for manipulating logs.