instance method no_transform?

Ruby on Rails 8.1.2

Since v8.1.2

Signature

no_transform?()

Returns true if the no-transform directive is present. This directive indicates that a cache or proxy must not transform the payload.

Source
# File actionpack/lib/action_dispatch/http/cache.rb, line 111
          def no_transform?
            @no_transform
          end

Defined in actionpack/lib/action_dispatch/http/cache.rb line 111 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionDispatch::Http::Cache::Request::CacheControlDirectives

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close