MCPcopy Create free account
hub / github.com/Helidium/Mitol / Http

Method Http

src/Http.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "Http.h"
2
3MNS::Http::Http() {
4 this->server = NULL;
5}
6
7MNS::Server *MNS::Http::createServer() {
8 if(this->server) return this->server;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected