]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/push/include/prometheus/detail/http_method.h
21eb18206f39087303161533fed75ffb6776251b
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / push / include / prometheus / detail / http_method.h
1 #pragma once
2
3 namespace prometheus {
4 namespace detail {
5 enum class HttpMethod {
6 Post,
7 Put,
8 Delete,
9 };
10
11 } // namespace detail
12 } // namespace prometheus