Re: [Twisted-Python] Twisted for http/2 (RESTful) webservices - client/server

2019-05-26 Thread Jayanth Acharya
Thanks for clearing that up. On Sat, May 25, 2019 at 2:08 AM Amber Brown wrote: > To note -- Twisted does not currently have HTTP/2 client support, only > server support. Treq will not talk H2 at the moment, but Klein+Twisted will > happily serve it up. > > - Amber > > On Sat., 25 May 2019, 06:3

Re: [Twisted-Python] Twisted for http/2 (RESTful) webservices - client/server

2019-05-26 Thread Jayanth Acharya
Thanks, understood. My Python knowledge is somewhat rudimentary and Twisted knowledge even more so, but if the current project at hand can afford some lax, I will see if I could help in any way. Even though Twisted is an open-source, volunteer driven/implemented project, is there a roadmap for Twis

Re: [Twisted-Python] Twisted for http/2 (RESTful) webservices - client/server

2019-05-26 Thread Glyph
> On May 26, 2019, at 12:19 AM, Jayanth Acharya wrote: > > Thanks, understood. My Python knowledge is somewhat rudimentary and Twisted > knowledge even more so, but if the current project at hand can afford some > lax, I will see if I could help in any way. Even though Twisted is an > open-s

Re: [Twisted-Python] Twisted Agent Python 2 ->3 Porting Pitfalls

2019-05-26 Thread Tom Most
I filed https://twistedmatrix.com/trac/ticket/9643 and submitted a PR: https://github.com/twisted/twisted/pull/1146 ---Tom On Thu, May 23, 2019, at 11:50 PM, Glyph wrote: > I definitely agree with this! > > -g > > > On May 23, 2019, at 9:08 PM, Tom Most wrote: > > > > This looks like a strai