Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? モチベーション Rackの勉強途中です。 一段落つかないので、現状把握しているポインタをまとめます。 文献情報 本家 http://rack.github.io/ ご本尊 仕様 http://www.rubydoc.info/github/rack/rack/file/SPEC Rack Spec。Rackの仕様といえばこれです。 実装 https://github.com/rack/rack/blob/master/lib/rack.rb 実装、ソースコードはこの辺から読めるます。 基本的にはRequest, Response, Bu