lib/webmachine/resource/callbacks.rb in webmachine-1.0.0 vs lib/webmachine/resource/callbacks.rb in webmachine-1.1.0

- old
+ new

@@ -86,10 +86,10 @@ true end # If the request includes any invalid Content-* headers, this # should return false, which will result in a '501 Not - # Implemented' response. Defaults to false. + # Implemented' response. Defaults to true. # @param [Hash] content_headers Request headers that begin with # 'Content-' # @return [true,false] Whether the Content-* headers are invalid # or unsupported # @api callback