foo
This commit is contained in:
parent
600d7146d3
commit
462f2811b9
9 changed files with 9 additions and 14 deletions
|
|
@ -51,11 +51,13 @@ void mitmproxyPlugin::process()
|
|||
qDebug() << "received " << msg_type.c_str();
|
||||
} else if(msg_type == "response") {
|
||||
qDebug() << "received " << msg_type.c_str();
|
||||
//qDebug() << "message: " << QString(response.to_string().c_str());
|
||||
emit message(j);
|
||||
} else if(msg_type == "requestheaders") {
|
||||
qDebug() << "received " << msg_type.c_str();
|
||||
} else if(msg_type == "request") {
|
||||
qDebug() << "received " << msg_type.c_str();
|
||||
qDebug() << "message: " << QString(response.to_string().c_str());
|
||||
} else if(msg_type == "ping") {
|
||||
qDebug() << "received " << msg_type.c_str();
|
||||
} else if(msg_type == "error") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue