Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2011 16:01:06 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/httest Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201106151601.p5FG16Qs011017@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mm          2011-06-15 16:01:06 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/httest           Makefile distinfo pkg-descr pkg-plist 
  Log:
  The htt provides a large variety of HTTP-related functionality, useful for
  implementing all kinds of HTTP-based tests:
  
  - Advanced HTTP protocol handling, including ne-grained timeout handling,
    request and response validation
  - Simulating clients and servers, including startup and shutdown of server
    daemons. This allows to create mock-ups of back-end systems in more complex
    test situations, for example when the tested application needs to interact
    with a 3rd-party back-end system which is not available in the testing
    environment.
  - Execution of external commandline tools, using their output as request
    or response data, or for validation purposes.
  - Copying stream data (e.g. from a response) and re-using it in variables.
  
  WWW: http://htt.sourceforge.net/cgi-bin/cwiki/bin/public
  
  Revision  Changes    Path
  1.2902    +1 -0      ports/www/Makefile
  1.1       +31 -0     ports/www/httest/Makefile (new)
  1.1       +2 -0      ports/www/httest/distinfo (new)
  1.1       +15 -0     ports/www/httest/pkg-descr (new)
  1.1       +6 -0      ports/www/httest/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106151601.p5FG16Qs011017>