Giter Club home page Giter Club logo

Comments (3)

jeevatkm avatar jeevatkm commented on May 14, 2024

Had a look on HTTP2 source code (https://go.googlesource.com/net/+/master/http2/). It seems Go Team has done RFC draft status for server side implementation. However Client side methods are not yet fully standardized. So I will add support of HTTP2 once Go Team release that one.

from resty.

jeevatkm avatar jeevatkm commented on May 14, 2024

Since Go Standard Library brought the HTTP2 usage transparently in Go v1.6 & above. In favor of that I'm closing this issue 👍. Have fun with HTTP2 & go-resty!

Excerpts from https://godoc.org/golang.org/x/net/http2
Package http2 implements the HTTP/2 protocol.

This package is low-level and intended to be used directly by very few people. Most users will use it indirectly through the automatic use by the net/http package (from Go 1.6 and later). For use in earlier Go versions see ConfigureServer. (Transport support requires Go 1.6 or later)

from resty.

jeevatkm avatar jeevatkm commented on May 14, 2024

Test with: Go v1.6 + go-resty
against

https://http2.golang.org/
https://http2.akamai.com/demo 

from resty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.