Server IP : 192.64.118.117 / Your IP : 3.144.124.142 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/ruby22/lib64/ruby/gems/2.2.0/doc/rack-1.6.4/ri/Rack/Builder/ |
Upload File : |
U:RDoc::NormalClass[iI"Builder:ETI"Rack::Builder;TI"Object;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"HRack::Builder implements a small DSL to iteratively construct Rack ;TI"applications.;To:RDoc::Markup::BlankLine o; ;[I" Example:;T@o:RDoc::Markup::Verbatim;[I"require 'rack/lobster' ;TI" app = Rack::Builder.new do ;TI" use Rack::CommonLogger ;TI" use Rack::ShowExceptions ;TI" map "/lobster" do ;TI" use Rack::Lint ;TI" run Rack::Lobster.new ;TI" end ;TI" end ;TI" ;TI" run app ;T:@format0o; ;[I"Or;T@o;;[I" app = Rack::Builder.app do ;TI" use Rack::CommonLogger ;TI"L run lambda { |env| [200, {'Content-Type' => 'text/plain'}, ['OK']] } ;TI" end ;TI" ;TI" run app ;T;0o; ;[I"M+use+ adds middleware to the stack, +run+ dispatches to an application. ;TI"GYou can use +map+ to construct a Rack::URLMap in a convenient way.;T: @fileI"lib/rack/builder.rb;T:0@omit_headings_from_table_of_contents_below0; 0;0[ [ [ [[I" class;T[[:public[ [I"app;FI"lib/rack/builder.rb;T[I"new;T@>[I"new_from_string;F@>[I"parse_file;F@>[:protected[ [:private[ [I" instance;T[[;[[I" call;F@>[I"map;F@>[I"run;F@>[I"to_app;F@>[I"use;F@>[I"warmup;F@>[;[ [;[[I"generate_map;F@>[ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[@2I" Rack;FcRDoc::NormalModule