Skip to content

mixin

dandy.http.mixin

HttpServiceMixin

Bases: BaseServiceMixin

http = HttpService() class-attribute

reset_services

Source code in dandy/http/mixin.py
def reset_services(self):
    super().reset_services()
    self.http.reset_service()