rcrowley / go-tigertonic

A Go framework for building JSON web services inspired by Dropwizard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate native SPDY / HTTP/2.0 support

rcrowley opened this issue · comments

I am currently looking at the integration with this SPDY project.. https://github.com/SlyMarbo/spdy

It appears that http2 will be added to the Golang standard library soon(ish) and you'll basically get it for free. Is it worth closing this out in favor of waiting for support from that?