Skip to content
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
@jmhodges

Description

@jmhodges

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions