1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * envoy/type/v3/http.proto 5 * 6 * Do not edit -- your changes will be discarded when the file is 7 * regenerated. */ 8 9 #ifndef ENVOY_TYPE_V3_HTTP_PROTO_UPB_H_ 10 #define ENVOY_TYPE_V3_HTTP_PROTO_UPB_H_ 11 12 #include "upb/msg.h" 13 #include "upb/decode.h" 14 #include "upb/decode_fast.h" 15 #include "upb/encode.h" 16 17 #include "upb/port_def.inc" 18 19 #ifdef __cplusplus 20 extern "C" { 21 #endif 22 23 typedef enum { 24 envoy_type_v3_HTTP1 = 0, 25 envoy_type_v3_HTTP2 = 1, 26 envoy_type_v3_HTTP3 = 2 27 } envoy_type_v3_CodecClientType; 28 29 30 #ifdef __cplusplus 31 } /* extern "C" */ 32 #endif 33 34 #include "upb/port_undef.inc" 35 36 #endif /* ENVOY_TYPE_V3_HTTP_PROTO_UPB_H_ */ 37