Whatterz


Articles tagged HTTP protocol

Poor Man's HTTP Compression with ColdFusion
Almost every web application will benefit from the compression of content. A compression filter optimises the size of the content that is sent from a webserver to a web browser via the Internet. Since generating content and serving pages via the World Wide Web is the core behind web applications, it is simple components that aid these processes that are incredibly useful. This is where servlet filters come into play. Read more – ‘Poor Man's HTTP Compression with ColdFusion’.