Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 451 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 451 Bytes

http-compression-self-test

A simple script that requests itself via cURL and examines the response to detect if HTTP Compression is enabled

##Requirements

  1. A web server with PHP and the cURL extension installed/enabled.

##Usage

Simply place compress-test.php in a web-accessible location and request it with your browser.

##Original post and more info:

http://sammitch.ca/2013/01/http-compression-self-test-in-php/