MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / HTTPDecoder

Method HTTPDecoder

MonaCore/include/Mona/HTTP/HTTPDecoder.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class HTTPDecoder : public Decoder<const std::shared_ptr<HTTPPacket>>, public virtual Object {
29public:
30 HTTPDecoder(Invoker& invoker) : _rootPath(invoker.rootPath()), Decoder(invoker, "HTTPDecoder") {}
31
32private:
33 UInt32 decoding(Exception& ex, UInt8* data,UInt32 size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected