freebsd-ports/devel/libdombey/pkg-descr
Thomas Abthorpe 6da0297d84 libdombey implements an SCGI application server which is incapable of
generating responses on its own.  The programmer writes an initialization
function and a function to generate responses, then compiles and links his
or her code against the library to create a complete multi-process SCGI
application server.

libdombey is intended for use in applications where client requests are
either GET requests or POST requests encoded with x-www-form-urlencoding.
It drops connections over which it receives POST requests encoded as
multipart/form-data.

WWW: http://www.mammothcheese.ca/libdombey.html

--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca

PR:		ports/145998
Submitted by:	James Bailie <jimmy at mammothcheese.ca>
2010-04-24 20:03:03 +00:00

16 lines
667 B
Text

libdombey implements an SCGI application server which is incapable of
generating responses on its own. The programmer writes an initialization
function and a function to generate responses, then compiles and links his
or her code against the library to create a complete multi-process SCGI
application server.
libdombey is intended for use in applications where client requests are
either GET requests or POST requests encoded with x-www-form-urlencoding.
It drops connections over which it receives POST requests encoded as
multipart/form-data.
WWW: http://www.mammothcheese.ca/libdombey.html
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca