Skip to content

Instantly share code, notes, and snippets.

@alex-lairan
Created May 15, 2016 18:38
Show Gist options
  • Save alex-lairan/37d8993f26730faee173e33e460bc0c7 to your computer and use it in GitHub Desktop.
Save alex-lairan/37d8993f26730faee173e33e460bc0c7 to your computer and use it in GitHub Desktop.
require "kemal"
config do |env|
env.response.content_type = "application/json" # OR "text/html" OR other
env.set_default_header "Header", "value"
public_folder "path/to/your/folder"
env.custom_attributes["key1"] = value1
env.custom_attributes["key2"] = value2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment