httpMetricsHandle.h 348 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
// Created by slzhou on 8/6/21.
//

#ifndef TDENGINE_HTTPMETRICSHANDLE_H
#define TDENGINE_HTTPMETRICSHANDLE_H

#include "http.h"
#include "httpInt.h"
#include "httpUtil.h"
#include "httpResp.h"

void metricsInitHandle(HttpServer* httpServer);

bool metricsProcessRequest(struct HttpContext* httpContext);

#endif  // TDENGINE_HTTPMETRICHANDLE_H