2006-12-21 06:30:28 +00:00
|
|
|
/* -*- c -*- */
|
|
|
|
|
|
|
|
/**@MODULEPAGE "nth" - HTTP Transactions Module
|
2008-12-16 18:05:22 +00:00
|
|
|
*
|
2006-12-21 06:30:28 +00:00
|
|
|
* @section nth_meta Module Meta Information
|
|
|
|
*
|
|
|
|
* NTH provides interface to simple HTTP transaction engines for both HTTP
|
|
|
|
* servers and clients. The transaction interface for both client and server
|
2007-08-06 19:24:10 +00:00
|
|
|
* is available through <sofia-sip/nth.h>, tags controlling the options in
|
|
|
|
* <sofia-sip/nth_tag.h>.
|
2006-12-21 06:30:28 +00:00
|
|
|
*
|
|
|
|
* @CONTACT Pekka Pessi <Pekka.Pessi@nokia.com>
|
|
|
|
*
|
|
|
|
* @STATUS @SofiaSIP Core library
|
|
|
|
*
|
|
|
|
* @LICENSE LGPL
|
|
|
|
*
|
|
|
|
* @author Pekka Pessi <Pekka.Pessi@nokia.com>.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|