Sha256: 8f3a459fb3b121d110cab011876948c24b3597e3a018876299ec3a4d3f318492
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
# -*- coding: utf-8 -*- # # Copyright (C) 2010-2011 Kouhei Sutou <kou@clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA require 'rack' require 'racknga/version' require 'racknga/utils' require "racknga/access_log_parser" require 'racknga/middleware/deflater' require 'racknga/middleware/exception_notifier' require 'racknga/middleware/jsonp' require 'racknga/middleware/range' require "racknga/middleware/instance_name" require "racknga/middleware/nginx_raw_uri"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
racknga-0.9.3 | lib/racknga.rb |