From f0e2e5020f69a01f57bf3fc915b7fd20fd81c4b4 Mon Sep 17 00:00:00 2001 From: selimanac Date: Tue, 29 Oct 2019 11:26:15 +0300 Subject: [PATCH] no message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44959bb..5125ac6 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Tiny Http Native Extension](https://selimanac.github.io/assets/gfx/tiny_http_dark.png) -Tiny Http - Defold Native Extension is a simple http server and client for the Defold Game Engine. +Tiny Http - Defold Native Extension is a simple http server and client. All requests and responses are JSON. You may consider of using [CJSON](https://github.com/Melsoft-Games/defold-cjson) for encoding and decoding.