HEX
Server: Apache
System: Linux srv.kreative-web.pt 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
User: kevinefranco (1040)
PHP: 8.2.30
Disabled: mail,system,passthru,exec,popen,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,ini_restore
Upload Files
File: //opt/cpanel/ea-ruby27/root/usr/share/gems/doc/rack-2.2.21/ri/Rack/Builder/use-i.ri
U:RDoc::AnyMethod[iI"use:ETI"Rack::Builder#use;TF:publico:RDoc::Markup::Document:@parts[	o:RDoc::Markup::Paragraph;	[I",Specifies middleware to use in a stack.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"class Middleware
;TI"  def initialize(app)
;TI"    @app = app
;TI"  end
;TI"
;TI"  def call(env)
;TI"8    env["rack.some_header"] = "setting an example"
;TI"    @app.call(env)
;TI"  end
;TI"	end
;TI"
;TI"use Middleware
;TI"Lrun lambda { |env| [200, { "Content-Type" => "text/plain" }, ["OK"]] }
;T:@format0o;
;	[I"_All requests through to this application will first be processed by the middleware class. ;TI"\The +call+ method in this example sets an additional environment key which then can be ;TI"/referenced in the application if required.;T:
@fileI"lib/rack/builder.rb;T:0@omit_headings_from_table_of_contents_below000[I" (middleware, *args, &block);T@#FI"Builder;TcRDoc::NormalClass00