Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.476.241 Times

Http Debugger freeware
Filter: All | Freeware | Demo
 

Http Debugger

< 1 2 3 4 5 > 
Added: January 15, 2010 | Visits: 1.350

HTTP Navigator 2.2 HTTP Navigator provides a set of PHP classes to simplify sending and receiving HTTP messages. HTTP Navigator is a set of PHP classes, based on Perls LWP, that simplifies sending and receiving HTTP messages. Features include: cookie handling, basic authentication, chunked encoding, and... Platforms: *nix

License: Freeware Download (134): HTTP Navigator 2.2 Download

Added: April 26, 2010 | Visits: 934

HTTP::GetImages HTTP::GetImages is a spider to recover and store images from web pages. SYNOPSIS use HTTP::GetImages; $_ = new HTTP::GetImages ( dir => ., todo => [http://www.google.com/,], dont => [http://www.somewhere/ignorethis.html,http://and.this.html], chat => 1, ); $_->print_imgs;... Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): HTTP::GetImages Download

Added: September 09, 2010 | Visits: 1.113

HTTP::BrowserDetect HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string. SYNOPSIS use HTTP::BrowserDetect; my $browser = new HTTP::BrowserDetect($user_agent_string); # Detect operating system if ($browser->windows) { if ($browser->winnt)... Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HTTP::BrowserDetect Download

Added: June 21, 2010 | Visits: 1.682

Gubed PHP Debugger Gubed PHP Debugger is, as the name suggests, a program to debug PHP scripts. It is not, as some people first believe, a PHP syntax checker. That is, it wont tell you where you forgot to put an ending bracket. It is rather a debugger to find logical errors, like why does this if-statement not... Platforms: *nix

License: Freeware Size: 327.68 KB Download (115): Gubed PHP Debugger Download

Added: May 10, 2013 | Visits: 1.849

Assembly Language Debugger The Assembly Language Debugger is a tool for debugging executable programs at the assembly level. It currently runs only on Intel x86 platforms. Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (202): Assembly Language Debugger Download

Added: September 08, 2010 | Visits: 1.179

HTTP::DAV HTTP::DAV is a WebDAV client library for Perl5. SYNOPSIS # DAV script that connects to a webserver, safely makes # a new directory and uploads all html files in # the /tmp directory. use HTTP::DAV; $d = new HTTP::DAV; $url = "http://host.org:8080/dav/"; $d->credentials(... Platforms: *nix

License: Freeware Size: 76.8 KB Download (348): HTTP::DAV Download

Added: January 09, 2010 | Visits: 1.146

HTTP::Browscap HTTP::Browscap is a Perl module that can parse and search browscap.ini files. SYNOPSIS use HTTP::Browscap; my $capable = browscap(); if( $capable->{wap} ) { output_WAP(); } if( $capable->{css} > 1 ) { # Browser can handle CSS2 } # OO interface my $BC = HTTP::Browscap->new(... Platforms: *nix

License: Freeware Size: 9.22 KB Download (96): HTTP::Browscap Download

Added: May 27, 2010 | Visits: 974

HTTP Server type httptype is a program that returns the http host software of a website. It is written in Perl. httptype reads a list of http hosts and optionally the port number for each of these. It queries each host, displaying the type of HTTP server running on that host. It reads the http_proxy and... Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): HTTP Server type Download

Added: February 26, 2010 | Visits: 2.029

EDB (Evans Debugger) EDB (Evans Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. EDB project uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms.. Platforms: *nix

License: Freeware Size: 460.8 KB Download (164): EDB (Evans Debugger) Download

Added: July 22, 2010 | Visits: 1.303

Extended Python Debugger Extended Python Debugger is a complete debugger for Python than the stock pdb.py debugger. It supports a "restart" command and stack traces that show fewer ?s and give better information for exec statements. Stepping/nexting skips over method/function "defs". It tries to follow gdbs command... Platforms: *nix

License: Freeware Size: 96.26 KB Download (140): Extended Python Debugger Download

Added: October 08, 2010 | Visits: 730

HTTP::MobileAgent::DoCoMo HTTP::MobileAgent::DoCoMo is a NTT DoCoMo implementation. SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "DoCoMo/1.0/P502i/c10"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "DoCoMo" printf "Ver: %sn", $agent->version; # 1.0 printf "HTML ver:... Platforms: *nix

License: Freeware Size: 23.55 KB Download (106): HTTP::MobileAgent::DoCoMo Download

Added: November 27, 2010 | Visits: 650

HTTP::MobileAgent::EZweb HTTP::MobileAgent::EZweb is a EZweb implementation. SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "UP.Browser/3.01-HI02 UP.Link/3.2.1.2"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "UP.Browser" printf "Version: %sn", $agent->version; # 3.01... Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): HTTP::MobileAgent::EZweb Download

Added: June 22, 2010 | Visits: 749

HTTP::WebTest HTTP::WebTest is a Perl module for testing static and dynamic web content. SYNOPSIS use HTTP::WebTest; my $webtest = new HTTP::WebTest; # run test from file $webtest->run_wtscript(script.wt); # or (to pass test parameters as method arguments) $webtest->run_tests($tests);... Platforms: *nix

License: Freeware Size: 90.11 KB Download (89): HTTP::WebTest Download

Added: March 27, 2010 | Visits: 946

BASH Debugger Bash Debugger project contains patched sources to BASH that enable better debugging support as well as improved error reporting. In addition, this project contains the most comprehensive source-code debugger for bash that has been written. Since this project maintains as an open CVS... Platforms: *nix

License: Freeware Size: 665.6 KB Download (108): BASH Debugger Download

Added: June 22, 2010 | Visits: 741

HTTP::MobileAgent::JPhone HTTP::MobileAgent::JPhone Perl module is a J-Phone implementation. SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "J-PHONE/2.0/J-DN02"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "J-PHONE" printf "Version: %sn", $agent->version; # 2.0 printf... Platforms: *nix

License: Freeware Size: 22.53 KB Download (108): HTTP::MobileAgent::JPhone Download

Released: May 25, 2010  |  Added: June 02, 2010 | Visits: 2.771

Send HTTP Tool Powerful and free bugging/testing tool for web sites and web application. With Send HTTP Tool you able to generate and send different HTTP request to any URL and in a second view full report about the HTTP response. This is a great tool for testing and analyzing HTTP data that comes from and to... Platforms: Windows

License: Freeware Size: 634 B Download (623): Send HTTP Tool Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 386

HTTP Client for Mac OS Developer tool for debugging HTTP services by graphically creating and inspecting complex HTTP messages. Platforms: Mac

License: Freeware Size: 286.72 KB Download (45): HTTP Client for Mac OS Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 444

HTTP Scoop for Mac OS Capture HTTP conversations regardless of the browser or server technology you use. HTTP Scoop passively listens for HTTP requests from any browser (or other application for that matter) running on your Mac. If you're running a web server or an application server on your machine then you will see... Platforms: Mac

License: Freeware Size: 1.9 MB Download (437): HTTP Scoop for Mac OS Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 1.285

Free Http Proxy Scanner Free Http Proxy Scanner is the software that helps to find HTTP proxy servers. Proxy scanner can scan network up to 10,000 IP addresses per second. It's really fast proxy scanner. Platforms: Windows

License: Freeware Size: 2.23 MB Download (82): Free Http Proxy Scanner Download

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 527

FUNDAMENTALS HTTP FUNDAMENTALS HTTP was specially developed as a Delphi / FreePascal unit that implements routines for various HTTP client and server classes. Now you can make use of this handy and accessible library to improve your development process. Platforms: Windows

License: Freeware Download (45): FUNDAMENTALS HTTP Download

< 1 2 3 4 5 >