From 325b3406dc1d7eda8774b5f9fde2603a66660615 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Wed, 16 Dec 2015 09:42:00 -0500 Subject: [PATCH] Update README.md documentation of the framework --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f9814b..09d12f0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ This implementation is designed by W3C specifications of HTML5 and will integrat In addition we tried to mildly specify preconditions for executions of functions rpc.js: - +This file is designed to handle http requests post, get, put of data and submitting form data as well as uploading of files. The interface we have chosen is intended to be simple: +HttpClient.instance Creates an instance of an httpclient +httpclient.get(:url,:callback) + The object's member performs an http call with GET method and a callback method + utils.js: Implementation of miscellaneous utilities commonly used, These functions are reusable and simple: