DragonFly On-Line Manual Pages

Search: Section:  


KHTTP_FCGI_TEST(3)    DragonFly Library Functions Manual    KHTTP_FCGI_TEST(3)

NAME

khttp_fcgi_test - test whether kcgi is using FastCGI

LIBRARY

library "libkcgi"

SYNOPSIS

#include <stdint.h> #include <kcgi.h> int khttp_fcgi_test();

DESCRIPTION

The khttp_fcgi_test function tests whether the kcgi(3) application is being run under a FastCGI or regular CGI socket.

SEE ALSO

kcgi(3)

AUTHORS

The khttp_fcgi_test function was written by Kristaps Dzonsons <kristaps@bsd.lv>. DragonFly 6.5-DEVELOPMENT August 10, 2015 DragonFly 6.5-DEVELOPMENT

Search: Section: