http-svc: internal renaming
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 23 Mar 2016 08:29:46 +0000 (09:29 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 23 Mar 2016 12:16:55 +0000 (13:16 +0100)
commit82ad8f3b17d2a91be7e6c68458526908437fafa0
tree261387da4ecadafd82d03b435498f3fc6e7c302e
parentc3a32993d50685abff8e8d4f7669350c98ae5a49
http-svc: internal renaming

Changes the names of structures:
 - struct afb_req becomes struct afb_hreq
 - struct afb_req_post becomes struct afb_hreq_post

This new 'h', meaning HTTP, is insert to avoid mix-up
with api requests.

Change-Id: Ief08ff2d5494a2a0322cb2fa1903da90ec91f147
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/http-svc.c