Added option to show headers

This commit is contained in:
M66B
2018-09-05 07:23:51 +00:00
parent cfb68b904c
commit 49f7a61717
11 changed files with 1061 additions and 37 deletions

View File

@@ -71,6 +71,7 @@ public class EntityOperation {
public static final String DELETE = "delete";
public static final String SEND = "send";
public static final String ATTACHMENT = "attachment";
public static final String HEADERS = "headers";
private static List<Intent> queue = new ArrayList<>();