OpenVPN 3 Core Library
Loading...
Searching...
No Matches
status.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openvpn
 Support deferred server-side state creation when client connects.
 
namespace  openvpn::HTTP
 
namespace  openvpn::HTTP::Status
 

Enumerations

enum  {
  openvpn::HTTP::Status::OK = 200 , openvpn::HTTP::Status::Connected = 200 , openvpn::HTTP::Status::SwitchingProtocols = 101 , openvpn::HTTP::Status::BadRequest = 400 ,
  openvpn::HTTP::Status::Unauthorized = 401 , openvpn::HTTP::Status::Forbidden = 403 , openvpn::HTTP::Status::NotFound = 404 , openvpn::HTTP::Status::ProxyAuthenticationRequired = 407 ,
  openvpn::HTTP::Status::PreconditionFailed = 412 , openvpn::HTTP::Status::InternalServerError = 500 , openvpn::HTTP::Status::ProxyError = 502 , openvpn::HTTP::Status::ServiceUnavailable = 503
}
 

Functions

const char * openvpn::HTTP::Status::to_string (const int status)