Searched refs:http_send_header (Results 1 – 1 of 1) sorted by relevance
259 static int http_send_header(struct soap*, const char*);5474 http_send_header(struct soap *soap, const char *s) in http_send_header() function5495 { if (http_send_header(soap, key)) in http_post_header()5497 if (val && (soap_send_raw(soap, ": ", 2) || http_send_header(soap, val))) in http_post_header()