[issue23794] http package should support HTTP/2

2020-05-22 Thread Brett Cannon
Change by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23794] http package should support HTTP/2

2020-05-22 Thread Brett Cannon
Brett Cannon added the comment: And now there's https://pypi.org/project/httpcore/ which wraps h2 and h11 into a single, low-level API. -- ___ Python tracker ___

[issue23794] http package should support HTTP/2

2019-02-28 Thread Ludovic Gasc
Change by Ludovic Gasc : -- nosy: -Ludovic.Gasc ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23794] http package should support HTTP/2

2019-02-27 Thread Chih-Hsuan Yen
Change by Chih-Hsuan Yen : -- nosy: -yan12125 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23794] http package should support HTTP/2

2018-10-12 Thread Mayank Asthana
Change by Mayank Asthana : -- nosy: +masthana ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23794] http package should support HTTP/2

2018-10-12 Thread Anton Barkovsky
Change by Anton Barkovsky : -- nosy: +anton.barkovsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23794] http package should support HTTP/2

2018-07-26 Thread Chih-Hsuan Yen
Change by Chih-Hsuan Yen : -- nosy: +yan12125 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23794] http package should support HTTP/2

2018-07-26 Thread XiangSong Zeng
Change by XiangSong Zeng : -- nosy: +zengxs ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23794] http package should support HTTP/2

2016-06-30 Thread Cory Benfield
Cory Benfield added the comment: It occurs to me that I should update this issue to mention that the HTTP/2 parser I spoke about above now exists, and has existed for some time, as hyper-h2. It's available on PyPI: https://pypi.python.org/pypi/h2 It's fully spec-compliant, and already used as

[issue23794] http package should support HTTP/2

2016-06-30 Thread STINNER Victor
STINNER Victor added the comment: Even if HTTP2 is a standard, it looks a little bit more complex than HTTP 1.1. It would be nice to start with a package on PyPI to keep fast evolution, and then wait until the API is stabilized before we put anything in the stdlib. Or maybe we should start

[issue23794] http package should support HTTP/2

2016-06-30 Thread Марк Коренберг
Марк Коренберг added the comment: Why not to use HTTP parser from Nginx ? I mean write binding using Cython. AFAIK, Nodejs already done that. It is fast, and fully spec-compliant http-parser. -- nosy: +mmarkk ___ Python tracker

[issue23794] http package should support HTTP/2

2016-06-30 Thread Boris Dušek
Changes by Boris Dušek : -- nosy: +dusek ___ Python tracker ___ ___ Python-bugs-list mailing

[issue23794] http package should support HTTP/2

2016-01-25 Thread Fantix King
Changes by Fantix King : -- nosy: +Fantix King ___ Python tracker ___ ___

[issue23794] http package should support HTTP/2

2015-04-14 Thread Raúl Cumplido
Changes by Raúl Cumplido raulcumpl...@gmail.com: -- nosy: +raulcd ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23794 ___ ___ Python-bugs-list

[issue23794] http package should support HTTP/2

2015-04-13 Thread Ludovic Gasc
Ludovic Gasc added the comment: @demian.brecht: I don't know when, but certainly that we will add in aiohttp HTTP/2 support. If your implementation is enough modular, we could use some stuff like we did with urllib and HTTP/1 support. -- nosy: +Ludovic.Gasc

[issue23794] http package should support HTTP/2

2015-04-13 Thread Cory Benfield
Cory Benfield added the comment: I spoke to some people after my PyCon talk about this, and agreed that it would be a good idea to split out the framing and HPACK stuff from hyper to make it easier for people like aiohttp to prototype. The framing layer is already available from PyPI[0] and

[issue23794] http package should support HTTP/2

2015-04-03 Thread Demian Brecht
Demian Brecht added the comment: @Cory: my own plan was to use your implementation as the baseline and add server support. If you take a crack at it that would be great! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23794

[issue23794] http package should support HTTP/2

2015-04-03 Thread Cory Benfield
Cory Benfield added the comment: figure out some kind of adapter interface in order to facilitate swapping between 1.1 and 2 (This can start with a clean HTTP/1.1 interface) I've been thinking about this a lot with hyper, and I'm about to start work on it (having just finished an alpha

[issue23794] http package should support HTTP/2

2015-04-03 Thread Demian Brecht
Demian Brecht added the comment: +1 to the adding the support for HTTP/2. I would personally like to see a few things happen before that though (which I've been putting some effort into as i can) + refactor http.client to cleanly separate transport from application protocol level + figure

[issue23794] http package should support HTTP/2

2015-03-28 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23794 ___ ___ Python-bugs-list

[issue23794] http package should support HTTP/2

2015-03-28 Thread Cory Benfield
Cory Benfield added the comment: I'm happy to talk about bringing hyper's HTTP/2 layer into http.client. It's worth noting that at this point I have no current plans to build a server into hyper, though if there was interest in using hyper as a baseline then I could take a swing at it.

[issue23794] http package should support HTTP/2

2015-03-27 Thread Alex Gaynor
New submission from Alex Gaynor: The spec is available at https://http2.github.io/ -- components: Library (Lib) messages: 239424 nosy: alex priority: normal severity: normal status: open title: http package should support HTTP/2 ___ Python tracker

[issue23794] http package should support HTTP/2

2015-03-27 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag stage: - needs patch type: - enhancement versions: +Python 3.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23794

[issue23794] http package should support HTTP/2

2015-03-27 Thread Ian Cordasco
Changes by Ian Cordasco graffatcolmin...@gmail.com: -- nosy: +icordasc ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23794 ___ ___

[issue23794] http package should support HTTP/2

2015-03-27 Thread Martin Panter
Martin Panter added the comment: This project may be of use for the client side of things: https://github.com/lukasa/hyper (apparently MIT licensed). -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23794

[issue23794] http package should support HTTP/2

2015-03-27 Thread Ian Cordasco
Changes by Ian Cordasco graffatcolmin...@gmail.com: -- nosy: +Lukasa ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23794 ___ ___ Python-bugs-list