summaryrefslogtreecommitdiffstats
path: root/src/lib/http/auth_messages.h
blob: ff02ef529afc9d4c0fb6921a79f7bfd461644cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// File created from ../../../src/lib/http/auth_messages.mes

#ifndef AUTH_MESSAGES_H
#define AUTH_MESSAGES_H

#include <log/message_types.h>

namespace isc {
namespace http {

extern const isc::log::MessageID HTTP_CLIENT_REQUEST_AUTHORIZED;
extern const isc::log::MessageID HTTP_CLIENT_REQUEST_BAD_AUTH_HEADER;
extern const isc::log::MessageID HTTP_CLIENT_REQUEST_NOT_AUTHORIZED;
extern const isc::log::MessageID HTTP_CLIENT_REQUEST_NO_AUTH_HEADER;

} // namespace http
} // namespace isc

#endif // AUTH_MESSAGES_H