Remote Call Framework 3.2
RCF::HttpMessageVerifier Class Referenceabstract

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...
 

Detailed Description

HTTP message verification mechanism, to allow applications to verify HTTP message payloads using custom HTTP headers.

Member Function Documentation

◆ applyHeader()

virtual void RCF::HttpMessageVerifier::applyHeader ( const std::vector< ByteBuffer > &  messageBuffers,
std::string &  headerName,
std::string &  headerValue 
)
pure virtual

Set verification header on an outgoing HTTP message, based on the message payload passed in messageBuffers.

◆ verifyHeader()

virtual void RCF::HttpMessageVerifier::verifyHeader ( const HttpMessage &  msg,
ByteBuffer  msgData 
)
pure virtual

Check verification header on an incoming HTTP message, based on the message payload passed in msgData.


The documentation for this class was generated from the following file: