Skip to content

Commit

Permalink
A few minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
efoxepstein authored and manveru committed Aug 7, 2010
1 parent 3502c35 commit 4ad01fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rdoc
Expand Up @@ -26,7 +26,7 @@ interface:
a request
* Rack::StaticCache - Modifies the response headers to facilitiate client and proxy caching for
static files that minimizes http requests and improves overall load times for second time visitors.
* Rack::TimeZone - Detects the clients timezone using JavaScript and sets
* Rack::TimeZone - Detects the client's timezone using JavaScript and sets
a variable in Rack's environment with the offset from UTC.
* Rack::Evil - Lets the rack application return a response to the client from any place.
* Rack::Callbacks - Implements DSL for pure before/after filter like Middlewares.
Expand All @@ -44,9 +44,9 @@ interface:
* Rack::AcceptFormat - Adds a format extension at the end of the URI when there is none, corresponding to the mime-type given in the Accept HTTP header.
* Rack::HostMeta - Configures /host-meta using a block
* Rack::Cookies - Adds simple cookie jar hash to env
* Rack::Access - Limit access based on IP address
* Rack::ResponseHeaders - Manipulate response headers object at runtime
* Rack::SimpleEndpoint - Create simple endpoints with routing rules, similar to Sinatra actions
* Rack::Access - Limits access based on IP address
* Rack::ResponseHeaders - Manipulates response headers object at runtime
* Rack::SimpleEndpoint - Creates simple endpoints with routing rules, similar to Sinatra actions

=== Use

Expand Down

0 comments on commit 4ad01fe

Please sign in to comment.