mirror of https://github.com/vapor/docs.git
Aligned the titles
This commit is contained in:
parent
fb13fcd314
commit
1d386c5d6a
|
|
@ -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` リクエストなので、ボディはありません。
|
||||
|
||||
### ルーターメソッド
|
||||
|
|
|
|||
|
|
@ -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: 概要
|
||||
|
|
|
|||
Loading…
Reference in New Issue