Hey friends. I am getting into Go and stumbled upon gorilla as a light-weight http helper library.Is there any support for route or router-specific middleware similar to Rack in Ruby or Express in node? It is helpful for configuring global headers and error-handling things. Alternatively, is there a better way to set a specific HTTP header for all routes?
--
You received this message because you are subscribed to the Google Groups "Gorilla web toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gorilla-web...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
https://github.com/studygolang/muxThis fork support request filter.
On Saturday, March 23, 2013, Jamison Dance wrote:
Hey friends. I am getting into Go and stumbled upon gorilla as a light-weight http helper library.Is there any support for route or router-specific middleware similar to Rack in Ruby or Express in node? It is helpful for configuring global headers and error-handling things. Alternatively, is there a better way to set a specific HTTP header for all routes?--
You received this message because you are subscribed to the Google Groups "Gorilla web toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gorilla-web+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to gorilla-web...@googlegroups.com.