Skip to content

gar-rock/http-endpoint-check

Repository files navigation

http-endpoint-check

Usage

  1. Install Python on your host machine. Latest version can be found here.
  2. Install dependencies with pip pip install -r requirements.txt

To check an endpoint run the script, passing in the URL as an arguemnt

Example

python3 http_endpoint_check.py https://docs.github.com/

For multiple http endpoints use comma separated python3 http_endpoint_check.py "https://docs.github.com,https://postmeld.com

Additional modifiers

To allow following of redirects add the -L or --location flag

next steps

About

CLI based endpoint checker for HTTP APIs

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages