diff options
Diffstat (limited to 'doc/afb-bindings-writing.html')
-rw-r--r-- | doc/afb-bindings-writing.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/afb-bindings-writing.html b/doc/afb-bindings-writing.html index 8017e190..20113a70 100644 --- a/doc/afb-bindings-writing.html +++ b/doc/afb-bindings-writing.html @@ -35,7 +35,7 @@ code > span.er { color: #ff0000; font-weight: bold; } <header> <h1 class="title">HOWTO WRITE a BINDING for AFB-DAEMON</h1> <h2 class="author">José Bollo</h2> -<h3 class="date">23 juin 2016</h3> +<h3 class="date">24 juin 2016</h3> </header> <nav id="TOC"> <ul> @@ -82,9 +82,6 @@ code > span.er { color: #ff0000; font-weight: bold; } </ul> </nav> <h1 id="howto-write-a-binding-for-afb-daemon">HOWTO WRITE a BINDING for AFB-DAEMON</h1> -<pre><code>version: 1 -Date: 09 juin 2016 -Author: José Bollo</code></pre> <h2 id="summary">Summary</h2> <p>Afb-daemon binders serve files through HTTP protocol and offers to developers the capability to expose application API methods through HTTP or WebSocket protocol.</p> <p>Binder bindings are used to add API to afb-daemon. This part describes how to write a binding for afb-daemon.</p> |