diff --git a/docs/basics/routing.ja.md b/docs/basics/routing.ja.md index c054f6fb..00573895 100644 --- a/docs/basics/routing.ja.md +++ b/docs/basics/routing.ja.md @@ -1,4 +1,4 @@ -# Routing +# ルーティング ルーティングは、入ってきたリクエストに対して適切なリクエストハンドラを見つける処理です。Vapor のルーティングの核心には、[RoutingKit](https://github.com/vapor/routing-kit) からの高性能なトライノードルータがあります。 @@ -34,7 +34,6 @@ http://vapor.codes/hello/vapor HTTP メソッドの直後には、リクエストの URI があります。これは、`/` で始まるパスと、`?` の後のオプションのクエリ文字列で構成されています。HTTP メソッドとパスは、Vapor がリクエストをルーティングするために使用するものです。 -After the URI is the HTTP version followed by zero or more headers and finally a body. Since this is a `GET` request, it does not have a body. URI の後には HTTP バージョン、0個以上のヘッダが続き、最後にボディが続きます。これは `GET` リクエストなので、ボディはありません。 ### ルーターメソッド diff --git a/mkdocs.yml b/mkdocs.yml index c573efb2..e7757360 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -491,9 +491,10 @@ plugins: Basics: 基礎 Client: クライアント Commands: コマンド - Content: 内容 + Content: コンテンツ Contributing: 貢献 Contributing Guide: 貢献ガイド + Controllers: コントローラー Crypto: 暗号 Custom Tags: カスタムタグ Deploy: デプロイ @@ -504,7 +505,7 @@ plugins: Getting Started: はじめに Install: インストール Legacy Docs: レガシードキュメント - Logging: ロギング + Logging: Logging Migrations: マイグレーション Model: モデル Overview: 概要