httpPrintf
if (httpPrintf(http, "%x\r\n", length) < 0)
if (httpPrintf(http, "\r\n") < 0)
if (httpPrintf(http, "\r\n") < 0)
if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1)
if (httpPrintf(http, "%s: %s\r\n", http_fields[i], http->fields[i]) < 1)
if (httpPrintf(http, "\r\n") < 1)
extern int httpPrintf(http_t *http, const char *format, ...)