Skip to content

Instantly share code, notes, and snippets.

@herry13
herry13 / app.rb
Created July 14, 2013 16:34 — forked from carlhoerberg/app.rb
HTTPS with Webrick
require 'sinatra/base'
require 'openssl'
require 'webrick'
require 'webrick/https'
class App1 < Sinatra::Base
get '/' do
'app1'
end
end
We couldn’t find that file to show.