1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Merge pull request #870 from sinatrasapporo/japanese

Fix header level
This commit is contained in:
Konstantin Haase 2014-05-08 17:31:44 +02:00
commit af45798b32

View file

@ -1697,7 +1697,7 @@ send_file 'foo.png', :type => :jpg
</dl>
## リクエストオブジェクトへのアクセス
### リクエストオブジェクトへのアクセス
受信するリクエストオブジェクトは、`request`メソッドを通じてリクエストレベル(フィルタ、ルーティング、エラーハンドラ)からアクセスすることができます。