File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -840,7 +840,7 @@ Allows the method to be overridden if `params[:_method]` is set. This is the mid
840
840
841
841
#### ` Rack::Head `
842
842
843
- Converts HEAD requests to GET requests and serves them as so .
843
+ Returns an empty body for all HEAD requests. It leaves all other requests unchanged .
844
844
845
845
#### Adding Custom Middleware
846
846
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ Much of Action Controller's functionality is implemented as Middlewares. The fol
339
339
340
340
** ` Rack::Head ` **
341
341
342
- * Converts HEAD requests to ` GET ` requests and serves them as so .
342
+ * Returns an empty body for all HEAD requests. It leaves all other requests unchanged .
343
343
344
344
** ` Rack::ConditionalGet ` **
345
345
You can’t perform that action at this time.
0 commit comments