|
NAMEkhttp_fcgi_parse —
parse a FastCGI instance for kcgi
LIBRARYlibrary “libkcgi”SYNOPSIS#include <sys/types.h>
#include <stdarg.h>
#include <stdint.h>
#include <kcgi.h>
enum kcgi_err
DESCRIPTIONThekhttp_fcgi_parse () function parses and validates a
single FastCGI request. They may be invoked as many times as necessary, but
must follow a call to
khttp_fcgi_init(3)
and be followed by
khttp_fcgi_free(3).
The req object filled in by
RETURN VALUESThese are the same as in khttp_parse(3), except theKCGI_EXIT return code indicates that no
more requests will arrive and the application should exit.
SEE ALSOkcgi(3), khttp_fcgi_init(3), khttp_free(3), khttp_parse(3)AUTHORSThekhttp_fcgi_parse () function was written by
Kristaps Dzonsons
<kristaps@bsd.lv>.
Visit the GSP FreeBSD Man Page Interface. |