The Wayback Machine - https://web.archive.org/web/20200704013537/https://github.com/topics/gorilla
Skip to content
#

gorilla

Here are 73 public repositories matching this topic...

garyburd
garyburd commented Jul 31, 2018

Points to cover

  • An application can handle subprotocol negotiation on its own by setting the Sec-Websocket-Protocol response header. The Subprotocols(r *http.Request) []string function is helpful here.
  • Set u.Subprotocols for builtin subprotocol negotiation. Builtin negotiation overrides a subprotocol specified in the response header (it would have been better to return an error, but it

Improve this page

Add a description, image, and links to the gorilla topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gorilla topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.