From 5d419379fbcd00203138dcd2182d17d59f2812d4 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Fri, 3 Jun 2016 10:29:18 -0500 Subject: [PATCH] Updated How to Send an HTTP Request Using HTTPClient (markdown) --- How-to-Send-an-HTTP-Request-Using-HTTPClient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-Send-an-HTTP-Request-Using-HTTPClient.md b/How-to-Send-an-HTTP-Request-Using-HTTPClient.md index c938d83619..02e5028ca4 100644 --- a/How-to-Send-an-HTTP-Request-Using-HTTPClient.md +++ b/How-to-Send-an-HTTP-Request-Using-HTTPClient.md @@ -144,7 +144,7 @@ end You can do the same for send_request_raw as well. -### Other Common question(s): +### Other Common questions: **1 - Can I use ```vars_get``` and ```vars_post``` together?**