cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: CURL custom request

From: Dung Nguyen <chong.xipam_at_gmail.com>
Date: Wed, 9 Jan 2013 12:41:51 +0700

thanks! it seem those function is socket wrapper. But anyway i'll have to
do thing like that. Thanks!

2013/1/9 Tetetest <tetetest_at_rambler.ru>

> Hello Dung,
>
> You may try curl_easy_send()/curl_easy_recv() functions to send your
> custom request and receive the nonstandard response.
> These functions are protocol-agnostic, so you will have to parse the
> response in your code.
>
>
>
> Wednesday, January 9, 2013, 8:25:42 AM, you wrote:
>
>
> ok, i see...
> if i want it work then i need to modify a lots of thing. The thing is
> server is not mine, and i need to follow them, too bad :D
>
> 2013/1/9 Daniel Stenberg <daniel_at_haxx.se>
> On Tue, 8 Jan 2013, Michael Wood wrote:
>
> I imagine getting curl to accept "Welcome to the server\nHTTP/1.1 200
> OK..." as a response would also require modifications?
> Oh right. I didn't even spot that part. That part would possibly require a
> more complicated modification...
>
> --
>
> / daniel.haxx.se
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/<http://curl.haxx.se/mail/etiquette.html>
> etiquette.html <http://curl.haxx.se/mail/etiquette.html>
>
>
>
> *--
> Best regards,
> Tetetest *mailto:tetetest_at_rambler.ru<tetetest_at_rambler.ru>
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-01-09