PHP-Klasse::Conteg Content Negotiation 09.03.2007

Kurzbeschreibung: Negotiate HTTP request response
Veröffentlicht am: 09.03.2007
Gruppe(n):
- HTTP
Beschreibung:
This class can be used to negotiate the current HTTP request response.
It issues special response headers and eventually change the response depending the request headers sent by the browser.
The class can serve compressed output if the browser supports compression and the response content type is worth compression, like for instance with HTML, XML, plain text, etc..
It can also avoid sending the response content if it is determined that it was previously sent and cached to the browser and has not changed since than.
It can also send a part of the response content if the browser request it.
The class can also send Content-Type, Content-Language, Expiry, Cache-Control Response headers.
It can also report the Referer and the browser user agent and operating system.
The class can also serve custom pages for errors 404 through 410 automatically fixed for serving to Microsoft Internet Explorer browsers.
Link: Conteg Content Negotiation