From 71ecbe86c6740511cbf38cbd88f5edb71ff9727a Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 8 Dec 2021 02:19:26 +0900 Subject: Web/HTTP/Headers/Link を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/http/headers/link/index.html | 80 ------------------------------- files/ja/web/http/headers/link/index.md | 80 +++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 80 deletions(-) delete mode 100644 files/ja/web/http/headers/link/index.html create mode 100644 files/ja/web/http/headers/link/index.md (limited to 'files') diff --git a/files/ja/web/http/headers/link/index.html b/files/ja/web/http/headers/link/index.html deleted file mode 100644 index 1a20000750..0000000000 --- a/files/ja/web/http/headers/link/index.html +++ /dev/null @@ -1,80 +0,0 @@ ---- -title: Link -slug: Web/HTTP/Headers/Link -tags: - - Draft - - HTTP - - HTTP Header - - HTTP ヘッダー - - Link - - NeedsCompatTable - - NeedsContent - - NeedsSyntax - - Reference - - エンティティヘッダー -translation_of: Web/HTTP/Headers/Link ---- -
{{HTTPSidebar}}
- -

HTTP の Link エンティティヘッダーフィールドは、 HTTP ヘッダー内の1つ以上のリンクをシリアル化する手段を提供します。意味的には、 HTML の <link> 要素と同等です。

- -

Syntax

- -
Link: < uri-reference >; param1=value1; param2="value2"
- -
-
<uri-reference>
-
URI 参照。 <> で囲む必要があります。
-
- -

Parameters

- -

リンクヘッダーには ; で区切られたパラメーターが含まれており、 {{HTMLElement("link")}} 要素の属性に相当します。

- -

- -

URI は <> で囲む必要があります。

- -
Link: <https://example.com>; rel="preconnect"
- -
Link: https://bad.example; rel="preconnect"
- - - -

カンマで区切られた複数のリンクを指定できます。次に例を示します。

- -
Link: <https://one.example.com>; rel="preconnect", <https://two.example.com>; rel="preconnect", <https://three.example.com>; rel="preconnect"
- -

仕様書

- - - - - - - - - - - - - - - - - - - - - -
仕様書題名備考
{{RFC(8288, "Link Serialisation in HTTP Headers", 3)}}IETF RFC
{{RFC(5988, "The Link Header Field", 5)}}IETF RFC初回定義
- -

ブラウザーの互換性

- -

{{Compat("http.headers.Link")}}

- -

関連情報

- - diff --git a/files/ja/web/http/headers/link/index.md b/files/ja/web/http/headers/link/index.md new file mode 100644 index 0000000000..1a20000750 --- /dev/null +++ b/files/ja/web/http/headers/link/index.md @@ -0,0 +1,80 @@ +--- +title: Link +slug: Web/HTTP/Headers/Link +tags: + - Draft + - HTTP + - HTTP Header + - HTTP ヘッダー + - Link + - NeedsCompatTable + - NeedsContent + - NeedsSyntax + - Reference + - エンティティヘッダー +translation_of: Web/HTTP/Headers/Link +--- +
{{HTTPSidebar}}
+ +

HTTP の Link エンティティヘッダーフィールドは、 HTTP ヘッダー内の1つ以上のリンクをシリアル化する手段を提供します。意味的には、 HTML の <link> 要素と同等です。

+ +

Syntax

+ +
Link: < uri-reference >; param1=value1; param2="value2"
+ +
+
<uri-reference>
+
URI 参照。 <> で囲む必要があります。
+
+ +

Parameters

+ +

リンクヘッダーには ; で区切られたパラメーターが含まれており、 {{HTMLElement("link")}} 要素の属性に相当します。

+ +

+ +

URI は <> で囲む必要があります。

+ +
Link: <https://example.com>; rel="preconnect"
+ +
Link: https://bad.example; rel="preconnect"
+ + + +

カンマで区切られた複数のリンクを指定できます。次に例を示します。

+ +
Link: <https://one.example.com>; rel="preconnect", <https://two.example.com>; rel="preconnect", <https://three.example.com>; rel="preconnect"
+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + +
仕様書題名備考
{{RFC(8288, "Link Serialisation in HTTP Headers", 3)}}IETF RFC
{{RFC(5988, "The Link Header Field", 5)}}IETF RFC初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("http.headers.Link")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf