This file is indexed.

/usr/include/ui-utilcpp/Http.hpp is in libui-utilcpp-dev 1.8.5-1+b2.

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
10
11
12
13
/**
 * @file
 * @brief Include this for all HTTP related things.
 */
#ifndef UI_UTIL_HTTP_HPP
#define UI_UTIL_HTTP_HPP

#include <ui-utilcpp/http/Cookie.hpp>
#include <ui-utilcpp/http/Header.hpp>
#include <ui-utilcpp/http/Connection.hpp>
#include <ui-utilcpp/http/URL.hpp>

#endif