2
0

http_handlers.h 152 B

1234567891011
  1. #pragma once
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. int metrics_http_post_request(const char* payload, const char* url);
  6. #ifdef __cplusplus
  7. }
  8. #endif