▲ 6 ▼ How to use golang 1.8's http 2 server push api
Golang 1.8 was released with HTTP/2 server push feature. Golang updated net/http package to support HTTP/2 feature at 1.6 and that code already supported PUSH_PROMISE frame that is used for server push, but 1.6 didn’t have API to spawn that frame.
Register to comment or vote on this story