This website requires JavaScript.
Explore
Help
Sign In
github
/
weave-scope
Watch
1
Star
0
Fork
0
You've already forked weave-scope
mirror of
https://github.com/weaveworks/scope.git
synced
2026-03-03 18:20:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9367d95cb0a63a2a2b880e53fcfbc61ab706385e
weave-scope
/
common
/
middleware
History
Mike Lang
6173e543c8
middleware/errorhandler: Fix a bug which meant it never works
...
Because methods operated on the value, not the reference, their changes were discarded.
2016-10-27 17:08:42 -07:00
..
errorhandler.go
middleware/errorhandler: Fix a bug which meant it never works
2016-10-27 17:08:42 -07:00
instrument_test.go
If we don't get a path name from the router, make one up from the url. (
#1570
)
2016-06-09 12:48:22 +01:00
instrument.go
Allow a nil RouteMatcher in instrumentation (
#1852
)
2016-09-05 15:49:20 +01:00
logging.go
Extend logging middleware to optionally only log failed HTTP requests (
#1909
)
2016-10-07 18:03:36 -07:00
middleware.go
Add Indentity middleware
2016-06-09 14:30:53 +00:00
path_rewrite.go
Rewrite net/http.Request.{URL.Path,RequestURI} consistently
2016-06-08 08:50:06 +00:00