HTTP message verification mechanism, to allow applications to verify HTTP message payloads using custom HTTP headers. More...
#include <HttpFrameFilter.hpp>
Public Member Functions | |
virtual void | applyHeader (const std::vector< ByteBuffer > &messageBuffers, std::string &headerName, std::string &headerValue)=0 |
Set verification header on an outgoing HTTP message, based on the message payload passed in messageBuffers. More... | |
virtual void | verifyHeader (const HttpMessage &msg, ByteBuffer msgData)=0 |
Check verification header on an incoming HTTP message, based on the message payload passed in msgData. More... | |
HTTP message verification mechanism, to allow applications to verify HTTP message payloads using custom HTTP headers.
|
pure virtual |
Set verification header on an outgoing HTTP message, based on the message payload passed in messageBuffers.
|
pure virtual |
Check verification header on an incoming HTTP message, based on the message payload passed in msgData.