[sheepdog] [PATCH v4] http: add http transport
MORITA Kazutaka
morita.kazutaka at lab.ntt.co.jp
Thu Jul 4 10:01:56 CEST 2013
At Thu, 4 Jul 2013 15:55:22 +0800,
Liu Yuan wrote:
>
> This implement basic http transport via fastcgi. All the http operation are
> left empty and just return 'unplemented' notice back.
>
> Later if we write specific http handling as for swift or S3 service, we need
> just implement GET/PUT/POST/HEAD/DELETE handlers respectively.
>
> Signed-off-by: Liu Yuan <namei.unix at gmail.com>
> ---
> v4:
> - return NOT_IMPLEMENTED
> - put address check outside the http_init()
>
> configure.ac | 13 +++
> sheep/Makefile.am | 3 +
> sheep/http.c | 317 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> sheep/sheep.c | 9 +-
> sheep/sheep_priv.h | 15 +++
> 5 files changed, 356 insertions(+), 1 deletion(-)
> create mode 100644 sheep/http.c
Applied, thanks!
Kazutaka
More information about the sheepdog
mailing list