12#ifndef OPENVPN_HTTP_STATUS_H
13#define OPENVPN_HTTP_STATUS_H
34inline const char *to_string(
const int status)
41 return "Switching Protocols";
45 return "Unauthorized";
51 return "Proxy Authentication Required";
53 return "Precondition Failed";
55 return "Internal Server Error";
59 return "Service Unavailable";
@ ProxyAuthenticationRequired