项目作者: alphabet

项目描述 :
A bone simple 3-line HTTP server based on Rack. It echoes whatever is sent to it and may be used for mocking and debugging API requests and responses.
高级语言: Ruby
项目地址: git://github.com/alphabet/simplest_ruby_http_server.git
创建时间: 2013-10-09T04:22:54Z
项目社区:https://github.com/alphabet/simplest_ruby_http_server

开源协议:MIT License

下载


simplest_ruby_http_server

A three-line Ruby http server based on rack https://github.com/rack/rack.

gem install rack if you don’t have it already and
gem install rackup if you don’t have it already.

  • Respond to any URI route.

To run the server, simply type

  1. To quit the server, press ```control-c

That’s it!

To see the server in action, curl an HTTP request or point a browser at it
curl -v http://localhost:9292/any/url/path/you/want