def __init__()

in src/pydolphinscheduler/tasks/http.py [0:0]


    def __init__(
        self,
        name: str,
        url: str,
        http_method: str | None = HttpMethod.GET,
        http_params: dict | None = None,
        http_check_condition: str | None = HttpCheckCondition.STATUS_CODE_DEFAULT,
        condition: str | None = None,
        connect_timeout: int | None = 60000,
        socket_timeout: int | None = 60000,
        *args,
        **kwargs,