├── .gitignore ├── README.md ├── httpstat.php ├── httpstat_test.sh └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhasch/php-httpstat/HEAD/README.md -------------------------------------------------------------------------------- /httpstat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhasch/php-httpstat/HEAD/httpstat.php -------------------------------------------------------------------------------- /httpstat_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhasch/php-httpstat/HEAD/httpstat_test.sh -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhasch/php-httpstat/HEAD/screenshot.png --------------------------------------------------------------------------------