Responses

UniversalResponse

Response objects from different http clients have to be converted into internal UniversalResponse

class async_couch.types.UniversalResponse(status_code: int, headers: Dict[str, str], data: Iterable[T_co], model: dict = None)

UniversalResponse(status_code: int, headers: Dict[str, str], data: Iterable, model: dict = None)

EmptyResponse

class async_couch.types.EmptyResponse