cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl and http2

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 5 Sep 2013 18:13:10 +0200 (CEST)

On Thu, 5 Sep 2013, venkatesh perumalla wrote:

> for supporting the http2, will you be providing the new inteface? other than
> easy and multi interface.

No. I don't see any need to. Do you?

> As per protocol of spdy and http2. Responses are not sequential, response
> order can be anything. Also has priorites.

Like with 1.1 each request gets a response. Sure, it can do multiple streams
over the same physical connection but they are still requests that get
responses. And priorities can easily just be a new easy_setopt option if we
think we need that feature.

> Whether you have plan to integrate with multi interface?

I think it can be made to work just like pipelining with libcurl does today.

But sure, if you have ideas or bring patches I'll listen to other suggestions.
We're still very early in the http2 area.

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