Entries from 2014-03-15 to 1 day

sinatra get http headers 変数

http://stackoverflow.com/questions/4014996/how-to-dump-an-http-request-from-within-sinatra # app running on http://example.com/example get '/foo' do request.body # request body sent by the client (see below) request.scheme # "http" request…