plugin wip
This commit is contained in:
parent
44709f0498
commit
4d020014c0
7 changed files with 80 additions and 15 deletions
|
|
@ -1,6 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
#include "api.h"
|
||||
#include "proxyinterface.h"
|
||||
#include <QObject>
|
||||
|
||||
class mitmproxyPlugin : public QObject,
|
||||
public http::ProxyInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PLUGIN_METADATA(IID "bigsnitch.api.HTTPProxyInterface/100" FILE "mitmproxy.json")
|
||||
Q_INTERFACES(http::ProxyInterface)
|
||||
public:
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue