Module: Roda::RodaPlugins::DropBody
- Defined in:
- lib/roda/plugins/drop_body.rb
Overview
The drop_body plugin automatically drops the body and Content-Type/Content-Length headers from the response if the response status indicates that the response should not include a body (response statuses 100, 101, 102, 204, 205, and 304).
Defined Under Namespace
Modules: ResponseMethods