Method: Landline::DSL::ProbeMethods#cookie
- Defined in:
- lib/landline/dsl/methods_probe.rb
#cookie(*params, **options) ⇒ Object
(in Landline::Probe context) Set response cookie
124 125 126 127 128 129 |
# File 'lib/landline/dsl/methods_probe.rb', line 124 def (*params, **) @origin.response = (@origin.response or Landline::Response.new) @origin.response.( Landline::Cookie.new(*params, **) ) end |