Linux SoftwareSearchhttp request

Tag «http request»: downloads



Search results for «http request»:

POE::Filter::HTTPD 0.3601 by Artur Bergman


POE::Filter::HTTPD is a Perl module to convert stream to HTTP::Request; HTTP::Response to stream.

SYNOPSIS

$httpd = POE::Filter::HTTPD->new();
$arrayref_with_http_response_as_string =
$httpd->put($full_http_response_object);
$arrayref_with_http_request_object =
$line->get($ar… 


Modify Headers 0.5.2 for Firefox by Gareth Hunt


Modify Headers is a Firefox extension which allowes you to add, modify and filter http request headers.

You can modify the user agent string, add headers to spoof a mobile request (e.g. x-up-calling-line-id) and much more. Take a look at the help tab of the Modify Headers window.

Some people t… 


Generic Apache Request Library 2.08 by Jim Winstead


libapreq is a shared library with associated modules for manipulating client request data via the Apache API.

Generic Apache Request Library also includes language bindings for Perl (Apache::Request and Apache::Cookie). Functionality includes:

parsing of application/x-www-form-urlencoded data… 


CGI::Request 2.0b1 by Martin R.J. Cleaver


CGI::Request is a parse client request via a CGI interface.

SYNOPSIS

use CGI::Request;

# Simple interface: (combines SendHeaders, new and import_names)

$req = GetRequest($pkg);

print FmtRequest(); # same as: print $req->as_string
… 


mod_athena 1.1.2 by Mark Wolgemuth


mod_athena is an Apache-based application load balancer for large systems.

This module is designed to allow httpd to act as a load balancer, either internally to apache's own mod_proxy (for reverse proxying), or externally to machines querying it.

Arbitrary statistics are sent to the engine vi… 


TagIt 1.0 by Steve Scholnick


Tagit allows custom JSP tags to be tested with a container. It is very different than TagUnit; the two libraries complement each other nicely. Tagit is an implementation of the Mock Objects testing pattern.

All custom JSP tags generate HTML, and the HTML can be validated. Often custom tags are re… 


mod_access_referer 1.0.2 by Arturo Tena


mod_access_referer is a module for the Apache HTTP Server that provides access control based on "Referer" HTTP header content.

Why is mod_access_referer useful?
Basically, it allow or deny the access based on what page is shown in the Web browser, which means that if you publish a document (pict… 


HTTP extension for PHP 1.4.0 RC1 by Michael Wallner


HTTP extension for PHP allows building absolute URIs, RFC-compliant HTTP redirects, RFC-compliant HTTP date handling, parsing of HTTP headers and messages, caching by "Last-Modified" and/or ETag (with an 'on the fly' option for ETag generation from buffered output), sending data/files/streams with (… 


mod_ifier 0.8 by Steve Kemp


mod_ifier is a simple Apache2 module which intercepts each incoming HTTP request to your webserver. mod_ifier allows you to reject malicious, buggy, or unwanted clients. Consider it an intelligent Apache-specific firewall!

Clients are rejected by a series of rules which you will need to create yo… 


HTTPManifold 0.9b by Adam M. Lane


HTTPManifold is an application for tunnelling Web/HTTP traffic for multiple servers through a single IP address (a reverse proxy). HTTPManifold is intended for home users and small businesses so that they can host multiple domains and sub-domains through a single IP address on port 80.

HTTPManifo… 


mod_sesehe SEcure SErver HEader 1.0 by Francois Pesce


mod_sesehe SEcure SErver HEader is an Apache module that disguise or remove "Server: " HTTP header.

The ServerTokens directive currently can at best be set to Prod, which will cause apache to return "Apache" as Server header. Some problem still occurs:
First, the level of security by obscurity of t… 


HappyHTTP 0.1 by Ben Campbell


HappyHTTP is a simple C++ library for issuing HTTP requests and processing responses.

Here are some key features of "HappyHTTP":
Simple to integrate - just drop in the .h and .cpp files
Easy-to-use interface (example)
Non-blocking operation, suitable for use in game update loops
Supports… 


Jifty::Request 0.60912 by Infinity Interactive, Inc.


Jifty::Request is a canonical internal representation of an incoming Jifty request.

This document discusses the ins and outs of getting data from the web browser (or any other source) and figuring out what it means. Most of the time, you won't need to worry about the details, but they are provide… 


Apache::ImageMagick 2.0b7 by G.Richter


Apache::ImageMagick is a Perl module that can convert and manipulate images on the fly.

SYNOPSIS

In httpd.conf or .htaccess

< Location /images >
PerlFixupHandler Apache::ImageMagick
PerlSetVar AIMCacheDir /var/aimcache
< /Location >

Then request

http://localhost/images/wh… 


REST::Application 0.96 by Matthew O'Connor


REST::Application is a framework for building RESTful web-applications.

SYNOPSIS

# MyRESTApp L instance / mod_perl handler
package MyRESTApp;
use Apache;
use Apache::Constants qw(:common);

sub handler {
__PACKAGE__->new(request => $r)->run();
return… 


SQL::Amazon::Request::Help 0.10 by Presicient Corporation, USA


SQL::Amazon::Request::Help is an Interface to retrieve Help content.

SYNOPSIS

$dbh = DBI->connect('dbi:Amazon:', $amznid, undef,
{ amzn_mode => 'books',
amzn_locale => 'us',
amzn_max_pages => 3
… 


post_call 1.0 by Johannes Schaub


post_call is a small tool which is able to send a HTTP request to your AVM FritzBox 7050, which will then call a number you provide to post_call as a command-line parameter and using a interface (phone port number) you also provide as a command-line parameter.

After FritzBox has called the number,… 


neon 0.26.1 by Joe Orton


neon is an HTTP and WebDAV client library for Unix systems, with a C language API. neon project provides high-level interfaces to HTTP/1.1 and WebDAV methods, and a low-level interface to HTTP request/response handling, allowing new methods to be easily implemented.

Here are some key features of… 


Crypt::SSLeay 0.51 by Joshua Chamas


Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support.

SYNOPSIS

lwp-request https://www.nodeworks.com

use LWP::UserAgent;
my $ua = new LWP::UserAgent;
my $req = new HTTP::Request('GET', 'https://www.nodeworks.com');
my $res = $ua->request($req);
pri… 


Change Control Request Manager 0.3.0 by Dave F.


Change Control Request Manager is an online system for managing change requests for businesses. Change Control Request Manager project can be customized to fit the needs of a particular business.

Here are some key features of "Change Control Request Manager":
Abillity to customize data entry fi… 



Related:

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell



Top tags