Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News astahttpd web server 0.1-RC1 (Default branch) Post 302180876 by Linux Bot on Tuesday 1st of April 2008 11:20:05 AM
Old 04-01-2008
astahttpd web server 0.1-RC1 (Default branch)

Image astahttpd is a modular Web server that is mainly targeted at PHP developers. It supports alias directories, URL rewriting, Basic and Digest authentication, gzip and deflate content encoding, name-based virtual hosts, CGI script processing, bandwidth limiting, and add-on modules. License: GNU General Public License v3 Changes:
Win32 support was added. Some parts were moved into modules, creating mod_static, mod_log, and mod_dir_browser. New mod_autofix_uri and mod_cache modules were added. The pcntl extension is no longer required. Support for IP-based virtual hosts was dropped. Many improvements were made. A bug where internal GZIP compression not work was fixed along with a problem where the same header name wasn't handled more than once in HTTP headers.Image

More...
 
WWW::Mechanize::GZip(3pm)				User Contributed Perl Documentation				 WWW::Mechanize::GZip(3pm)

NAME
WWW::Mechanize::GZip - tries to fetch webpages with gzip-compression VERSION
Version 0.10 SYNOPSIS
use WWW::Mechanize::GZip; my $mech = WWW::Mechanize::GZip->new(); my $response = $mech->get( $url ); print "x-content-length (before unzip) = ", $response->header('x-content-length'); print "content-length (after unzip) = ", $response->header('content-length'); DESCRIPTION
The WWW::Mechanize::GZip module tries to fetch a URL by requesting gzip-compression from the webserver. If the response contains a header with 'Content-Encoding: gzip', it decompresses the response in order to get the original (uncompressed) content. This module will help to reduce bandwith fetching webpages, if supported by the webeserver. If the webserver does not support gzip- compression, no decompression will be made. This modules is a direct subclass of WWW::Mechanize and will therefore support any methods provided by WWW::Mechanize. The decompression is handled by Compress::Zlib::memGunzip. There is a small webform, you can instantly test, whether a webserver supports gzip-compression on a particular URL: <http://www.computerhandlung.de/www-mechanize-gzip.htm> METHODS prepare_request Adds 'Accept-Encoding' => 'gzip' to outgoing HTTP-headers before sending. send_request Unzips response-body if 'content-encoding' is 'gzip' and corrects 'content-length' to unzipped content-length. SEE ALSO
WWW::Mechanize Compress::Zlib AUTHOR
Peter Giessner "cardb@planet-elektronik.de" LICENCE AND COPYRIGHT
Copyright (c) 2007, Peter Giessner "cardb@planet-elektronik.de". All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2009-06-24 WWW::Mechanize::GZip(3pm)
All times are GMT -4. The time now is 03:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy