mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-04 05:22:54 +03:00
Mar 26th 2023 Dev
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
#include "messaging/http_core.h"
|
||||
#include "i_message_decoder.h"
|
||||
#include "i_messaging.h"
|
||||
#include "i_environment.h"
|
||||
#include "i_env_details.h"
|
||||
|
||||
class HTTPDecoder
|
||||
:
|
||||
public I_MessageDecoder <HTTPResponse>,
|
||||
Singleton::Consume<I_Environment>
|
||||
Singleton::Consume<I_EnvDetails>
|
||||
{
|
||||
public:
|
||||
HTTPDecoder(I_Messaging::Method _method);
|
||||
|
Reference in New Issue
Block a user