Ask a question to get started
Enter to sendā¢Shift+Enter new line
is_endpoint_live( url: str, headers: Optional[dict], payload: Any )
url
str
Check if an endpoint is live by sending a GET request to the specified URL.
The URL of the endpoint to check.