This repository was archived by the owner on Sep 17, 2019. It is now read-only.
This repository was archived by the owner on Sep 17, 2019. It is now read-only.
server push (from the server side) #51
Closed
Description
Some systems, like jetty, are considering implementing hooks where HTTP/1 responses sent back with specially formatted Link headers are turned into requests that are sent to the client and back into the server.
Another idea is making the ResponseWriter passed in to ServeHTTP be convertible to some kind of PushWriter that will take request headers and, some time later, responses.
One more idea is to allow the user access to the Framer or similar interface (perhaps through the ResponseWriter or by them implementing a different interface than http.Handler), and let them do the dirty work if they want it.
Metadata
Metadata
Assignees
Labels
No labels