Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 30, 2018 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/5d505c1b7ba0aafdb63219127d929dca to your computer and use it in GitHub Desktop.
Save Whateverable/5d505c1b7ba0aafdb63219127d929dca to your computer and use it in GitHub Desktop.
greppable6
my Callable
File Code
whity/perl6-hematite
…/App.pm6 :168:
my Callable $stack = self._prepare-middleware(self.middlewares);
whity/perl6-hematite
…/Context.pm6 :282:
my Callable $handler = self.app.error-handler($ex.status);
whity/perl6-hematite
…/Context.pm6 :296:
my Callable $handler = Nil;
whity/perl6-hematite
…/Router.pm6 :58:
my Callable $stack = self._prepare-middleware(@middlewares, $fn);
whity/perl6-hematite
…/Router.pm6 :104:
my Callable $stack = $app;
whity/perl6-hematite
…/Router.pm6 :113:
my Callable $tmp_next = $next || sub {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment