Kea 2.5.8
auth_messages.h
Go to the documentation of this file.
1// File created from ../../../src/lib/http/auth_messages.mes
2
3#ifndef AUTH_MESSAGES_H
4#define AUTH_MESSAGES_H
5
6#include <log/message_types.h>
7
8namespace isc {
9namespace http {
10
15
16} // namespace http
17} // namespace isc
18
19#endif // AUTH_MESSAGES_H
const isc::log::MessageID HTTP_CLIENT_REQUEST_NOT_AUTHORIZED
Definition: auth_messages.h:13
const isc::log::MessageID HTTP_CLIENT_REQUEST_BAD_AUTH_HEADER
Definition: auth_messages.h:12
const isc::log::MessageID HTTP_CLIENT_REQUEST_AUTHORIZED
Definition: auth_messages.h:11
const isc::log::MessageID HTTP_CLIENT_REQUEST_NO_AUTH_HEADER
Definition: auth_messages.h:14
const char * MessageID
Definition: message_types.h:15
Defines the logger used by the top-level component of kea-lfc.