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: