euporie.core.path.NoRaiseClientResponse
- class euporie.core.path.NoRaiseClientResponse(method: str, url: URL, *, writer: asyncio.Task[None] | None, continue100: asyncio.Future[bool] | None, timer: BaseTimerContext, request_info: RequestInfo, traces: List[Trace], loop: AbstractEventLoop, session: ClientSession)
An
aiohttp
client response which does not raise on >=400 status responses.