Перейти к содержанию

HTTP Sensor

Health checks для HTTP endpoints.

from viai_kit.sensors.http import HTTPSensor

sensor = HTTPSensor(urls=["https://api.example.com/health"])
data = await sensor.read()