This file is indexed.

/usr/include/lighttpd/request.h is in lighttpd-dev 1.4.33-1+nmu2ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
#ifndef _REQUEST_H_
#define _REQUEST_H_

#include "server.h"

int http_request_parse(server *srv, connection *con);
int http_request_header_finished(server *srv, connection *con);

#endif