|
NAME
LIBRARYlibrary “libkcgi” SYNOPSIS
enum kcgi_err
DESCRIPTIONWrites a NUL-terminated string cp to a
kcgi(3) context req as allocated with
khttp_parse(3) or
khttp_fcgi_parse(3). Does nothing if cp
is If kcgi_writer_disable(3) has been previously invoked, this function will abort(3). RETURN VALUESReturns an enum kcgi_err indicating the error state.
AUTHORSWritten by Kristaps Dzonsons <kristaps@bsd.lv>.
|