Merged conflicts from pulling down latest development

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2021-07-02 16:29:27 -05:00
119 changed files with 1006 additions and 1506 deletions
+9 -9
View File
@@ -1,12 +1,12 @@
{
"gem_name": "HttpRequestor",
"GemFormatVersion": 3,
"Uuid": "28479e255bde466e91fc34eec808d9c7",
"Name": "HttpRequestor",
"DisplayName": "HttpRequestor",
"Version": "1.0.0",
"LinkType": "Dynamic",
"Summary": "A Gem to handle HTTP/HTTPs requests.",
"Tags": ["http", "https", "rest"],
"IconPath": "preview.png"
"display_name": "HTTP Requestor",
"license": "Apache-2.0 Or MIT",
"origin": "Open 3D Engine - o3de.org",
"type": "Code",
"summary": "The HTTP Requestor Gem provides functionality to make asynchronous HTTP/HTTPS requests and return data through a user-provided call back function.",
"canonical_tags": ["Gem"],
"user_tags": ["Network", "Utility"],
"icon_path": "preview.png",
"requirements": ""
}