Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created April 29, 2016 23:49
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 zoffixznet/cd074318407fafaf817c39465beee7c4 to your computer and use it in GitHub Desktop.
Save zoffixznet/cd074318407fafaf817c39465beee7c4 to your computer and use it in GitHub Desktop.
use Bailador;
get '/' => sub { app.response.headers<Content-Type> = 'whatever'; 'meow' };
baile;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment