Skip to content

Instantly share code, notes, and snippets.

@rootasjey
Created March 13, 2014 21:44
Show Gist options
  • Save rootasjey/9537601 to your computer and use it in GitHub Desktop.
Save rootasjey/9537601 to your computer and use it in GitHub Desktop.
Jeremie's snippet
// On définit une route
$app->match('/headers', function(Application $app, Request $requete) {
return $requete->headers;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment