Name

ap_send_http_header — send the response headers to the client

Synopsis

void ap_send_http_header(request_rec *r)

Sends the headers (mostly from r->headers_out) to the client. It is essential to call this in a request handler before sending the content.