Lines Matching refs:httpPrintf
1889 httpPrintf(http_t *http, /* I - HTTP connection */ in httpPrintf() function
3558 if (httpPrintf(http, "HTTP/%d.%d %d %s\r\n", http->version / 100, in httpWriteResponse()
3578 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in httpWriteResponse()
3590 if (httpPrintf(http, "Set-Cookie: %s\r\n", http->cookie) < 1) in httpWriteResponse()
3596 …else if (httpPrintf(http, "Set-Cookie: %s; path=/; httponly;%s\r\n", http->cookie, http->tls ? " s… in httpWriteResponse()
3607 if (httpPrintf(http, "X-Frame-Options: DENY\r\n" in httpWriteResponse()
4368 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) in http_send()
4381 if (httpPrintf(http, "Host: %s:%d\r\n", value, in http_send()
4388 else if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in http_send()
4396 if (httpPrintf(http, "Cookie: $Version=0; %s\r\n", http->cookie) < 1) in http_send()
4408 if (httpPrintf(http, "Expect: 100-continue\r\n") < 1) in http_send()
4414 if (httpPrintf(http, "\r\n") < 1) in http_send()