Hi everyone,

my first post on this list.

After a bit of work, I have an HTTP/2 server and client written in GO 
running.
It took a bit of time to get things working with a custom certificate (not 
issued by public CA), but things work smoothly now.

Next, I need to add support for HTTP/2 server push.
I don't think there is a high-level API through the net.http package, 
because this is not an HTTP/1.1 feature, right?

So far the only reference to HTTP/2 push in the GoDocs, I have found, is 
this: https://godoc.org/golang.org/x/net/http2#Framer.WritePushPromise
Is there a code sample somewhere how to make server push work?

Thanks for any support!
-Tom



-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to