Skip to content

Instantly share code, notes, and snippets.

View farhangamary's full-sized avatar
🎯
Focusing

Farhang Amary farhangamary

🎯
Focusing
View GitHub Profile
@jainvishal
jainvishal / Foo.h
Last active November 3, 2023 23:20
First C++ Apache Module
#pragma once
#include <string>
using std::string;
#include "http_protocol.h"
class Foo {
public:
int RunHandler(request_rec *req) {