feat: Added simple HTTP request tool

This commit is contained in:
WerWolv
2024-01-04 00:38:21 +01:00
parent ff48d37598
commit 24e90f0f20
6 changed files with 162 additions and 0 deletions
@@ -23,4 +23,6 @@ namespace hex::plugin::builtin {
void drawFileToolSplitter();
void drawFileToolCombiner();
void drawHTTPRequestMaker();
}