文件名称:the_metal:关于 Rack 2.0 的想法
文件大小:13KB
文件格式:ZIP
更新时间:2024-07-23 23:57:29
Ruby
the_metal 描述: 研究 Rack 2.0 的高峰 特点/问题: 完全是实验性的。 这只是一个尖峰。 概要: 没有任何中间件的应用程序: gem 'the_metal' , github : 'tenderlove/the_metal' require 'the_metal/puma' TheMetal . create_server ( -> ( req , res ) { res . write_head 200 , 'Content-Type' => 'text/plain' res . write "Hello World \n " res . finish } ) . listen 9292 , '0.0.0.0' 你也可以使用一个类: class Application def call req , res res . wri
【文件预览】:
the_metal-master
----the_metal.gemspec(583B)
----.autotest(177B)
----lib()
--------the_metal.rb(731B)
--------the_metal()
----CHANGELOG.rdoc(62B)
----Manifest.txt(99B)
----Rakefile(446B)
----examples()
--------proc.rb(184B)
--------class.rb(252B)
--------README.markdown(291B)
--------events.rb(546B)
--------buffered.rb(985B)
----README.markdown(6KB)
----test()
--------test_webrick.rb(253B)
--------helper.rb(3KB)
--------test_unicorn.rb(268B)
--------test_puma.rb(226B)