Server IP : 162.213.251.212 / Your IP : 18.191.198.56 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/cpanel/ea-ruby27/root/usr/share/gems/doc/rack-2.2.10/ri/Rack/Builder/ |
Upload File : |
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::BlankLine o: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