GithubHelp home page GithubHelp logo

go-gorilla's People

Contributors

ledor473 avatar mike-zorn avatar yurishkuro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

go-gorilla's Issues

Decorate all routes using Walk

I was looking to use this library but we have a lot of routes configured in our project and wrapping every single one of them makes the code much harder to read than it currently is.

While it's not fully tested yet, it seems pretty easy to decorate all routes using the Walk function:

_ = r.Walk(func(route *mux.Route, router *mux.Router, ancestors []*mux.Route) error {
	route.Handler(
		nethttp.Middleware(tracer, route.GetHandler(), nethttp.OperationNameFunc(someFuncToExtractOperationName)))
	return nil;
})

Do you feel that adding an exported function that does the above would fit in this library?
The line seems very simple to me, so maybe this would better fit in the README?

ability to bypass some HTTP Methods and not trace it

I want to avoid tracing Options and Head http methods. Options mostly handled by cors (i have angular spa that uses preflight requests). And Head is used by monitoring. So how can i in my code says that this methods must not be traced because it not contains any needed info for me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.