Skip to content

Commit

Permalink
Document Rack::Head
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardelben committed Dec 28, 2012
1 parent f467626 commit dd0c71e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rack/head.rb
@@ -1,6 +1,8 @@
module Rack

class Head
# Rack::Head returns an empty body for all HEAD requests. It leaves
# all other requests unchanged.
def initialize(app)
@app = app
end
Expand Down

0 comments on commit dd0c71e

Please sign in to comment.