Move gRPC/Protobuf logs handling to a dedicated file.

This commit is contained in:
Dmitry Plotnikov 2024-02-29 10:06:37 -08:00 committed by dplotnikov-f5
parent aac5678def
commit b54c65005a
5 changed files with 66 additions and 31 deletions

7
src/ngx.hpp Normal file
View file

@ -0,0 +1,7 @@
#pragma once
extern "C" {
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
}