[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Can libmicrohttpd used to access RESTful web service
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] Can libmicrohttpd used to access RESTful web service as client |
Date: |
Fri, 21 Jun 2013 21:10:17 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 |
Dear Olivier,
GNU libmicrohttpd cannot be used to access a RESTful web service, ---
it can only be used to provide one. To access a RESTful web service,
I personally would recommend libcurl.
Happy hacking!
Christian
On 06/21/2013 09:04 PM, Olivier Austina wrote:
> Hi,
>
> I am looking for a C/C++ library to access a RESTful web service (WADL
> file). Can libmicrohttpd used for this end?
> Or is there other alternative? Thanks.
>
> Regards
> Olivier
>