![]() |
![]()
| ![]() |
![]()
NAME
LIBRARYlibrary “libkcgi” SYNOPSIS
enum kcgi_err
DESCRIPTIONWrites a character c (converted to an unsigned char) to a kcgi(3) context req as allocated with khttp_parse(3) or khttp_fcgi_parse(3). It should only be called after khttp_body(3). If kcgi_writer_disable(3) has been previously invoked, this function will abort(3). RETURN VALUESReturns an enum kcgi_err indicating the error state.
SEE ALSOkcgi(3), kcgi_writer_disable(3), khttp_body(3), khttp_parse(3) AUTHORSWritten by Kristaps Dzonsons <kristaps@bsd.lv>.
|