class Rack::BlacklistCookies::ResponseScrubber
ResponseScrubber
is responsible for parsing and configuring the response according to RFC-6252 tools.ietf.org/html/rfc6265#section-4.1 developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie
Public Instance Methods
blacklist()
click to toggle source
# File lib/rack/blacklist_cookies/scrubber.rb, line 59 def blacklist BlacklistCookies.response_blacklist(env) end
joiner()
click to toggle source
# File lib/rack/blacklist_cookies/scrubber.rb, line 67 def joiner "\n" end
splitter()
click to toggle source
# File lib/rack/blacklist_cookies/scrubber.rb, line 63 def splitter "\n" end