EnglishFrenchSpanish

OnWorks favicon

httest - Online in the Cloud

Run httest in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command httest that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


httest - test HTTP driven application

SYNOPSIS


httest [OPTIONS] scripts

DESCRIPTION


httest is a script based tool for testing and benchmarking web applications, web servers,
proxy servers and web browsers. httest can emulate clients and servers in the same test
script, very useful for testing proxys.

OPTIONS


-V --version
Print version number and exit

-h --help
Display usage information (this message)

-n --suppress
do no print start and OK|FAILED

-s --silent
silent mode

-e --error
log level error

-i --info
log level info

-d --debug
log level debug for script debugging

-p --debug-system
log level debug-system to log more details

-L --list-commands
List all available script commands

-C --help-command
Print help for specific command

-t --duration
Print test duration

-T --timestamp
Time stamp on every run

-S --shell
Shell mode

-S --shell
Shell mode

-D --define
Define variables

-l --log-thread-number Show the thread number for every printed line

-b --color
Colored output

EXAMPLES


httest script.htt

httest -Ts script.htt

SCRIPTS


httest is script based. The following script examples can be but into a scripte i.e.
sample.htt and can be called like

httest sample.htt

SIMPLE SCRIPT


Get a page and do expect return code 200 OK.

CLIENT
_REQ www.google.ch 80
__GET /search?q=apache HTTP/1.1
__Host: www.google.ch
__
_EXPECT headers "HTTP/1.1 200 OK"
_WAIT
END

CUT AND PAST SCRIPT


Cut and past from a HTTP stream, i.e we cut the apache host to access it in the second
request.

CLIENT
_REQ www.google.ch 80
__GET /search?q=apache HTTP/1.1
__Host: www.google.ch
__
_MATCH body '\<a href="http://([^\/]*)/" class=l\>Welcome! - The \<em\>Apache\</em\> HTTP Server Project' APACHE_HOST
_WAIT

_REQ $APACHE_HOST 80
__GET / HTTP/1.1
__Host: $APACHE_HOST
__
_WAIT
END

CLIENT SERVER SCRIPT


We can hold client and server in the same host. Actually multiple client and multiple
server. Very useful to test forward or reverse proxies. Or a webapplication which
communicat itself with third party servers i.e. mail server.

This is a very basic selfcontained test you can run on any maschine.

CLIENT
_REQ localhost 8080
__GET /foo HTTP/1.1
__Host: localhost
__
_WAIT
END

SERVER 8080
_RES
_EXPECT "/foo"
_WAIT
__HTTP/1.1 200 OK
__Content-Length: AUTO
__
__Hello World
END

SSL SCRIPT


Of course SSL do also work with httest, just put "SSL:" before port.

CLIENT
_REQ localhost SSL:8080
__GET /foo HTTP/1.1
__Host: localhost
__
_WAIT
END

SERVER SSL:8080
_RES
_EXPECT "/foo"
_WAIT
__HTTP/1.1 200 OK
__Content-Length: AUTO
__
__Hello World
END

Use httest online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    oStorybook
    oStorybook
    oStorybook l'outil privil�gi� des
    �crivains. ATTENTION : voir sur
    http://ostorybook.tuxfamily.org/v5/
    --en_EN oStorybook the right tool for
    writers. WARNIN...
    Download oStorybook
  • 2
    Asuswrt-Merlin
    Asuswrt-Merlin
    Asuswrt-Merlin is a third party
    firmware for select Asus wireless
    routers. Based on the Asuswrt firmware
    developed by Asus, it brings tweaks, new
    features and ...
    Download Asuswrt-Merlin
  • 3
    Atom
    Atom
    Atom is a text editor that's
    modern, approachable and full-featured.
    It's also easily customizable- you
    can customize it to do anything and be
    able to ...
    Download Atom
  • 4
    Osu!
    Osu!
    Osu! is a simple rhythm game with a well
    thought out learning curve for players
    of all skill levels. One of the great
    aspects of Osu! is that it is
    community-dr...
    Download Osu!
  • 5
    LIBPNG: PNG reference library
    LIBPNG: PNG reference library
    Reference library for supporting the
    Portable Network Graphics (PNG) format.
    Audience: Developers. Programming
    Language: C. This is an application that
    can also...
    Download LIBPNG: PNG reference library
  • 6
    Metal detector based on  RP2040
    Metal detector based on RP2040
    Based on Raspberry Pi Pico board, this
    metal detector is included in pulse
    induction metal detectors category, with
    well known advantages and disadvantages.
    RP...
    Download Metal detector based on RP2040
  • More »

Linux commands

Ad