virthttp  0.0
libvirt http interface
protocols.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 enum class SocketProto {
4  TCP,
5  UDP,
6 };
7 
8 enum class TransportProto {
9  HTTP1,
10  HTTP2,
11  HTTP3,
12  WebSockets, // least priority
13 };
TransportProto
Definition: protocols.hpp:8
SocketProto
Definition: protocols.hpp:3