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