Skip to content

mixin

dandy.http.mixin

HttpServiceMixin

Bases: BaseServiceMixin

http property

reset

Source code in dandy/http/mixin.py
def reset(self) -> None:
    super().reset()
    self.http.reset()