From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/gzip_compression/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/ja/glossary/gzip_compression/index.html (limited to 'files/ja/glossary/gzip_compression/index.html') diff --git a/files/ja/glossary/gzip_compression/index.html b/files/ja/glossary/gzip_compression/index.html new file mode 100644 index 0000000000..2be218311e --- /dev/null +++ b/files/ja/glossary/gzip_compression/index.html @@ -0,0 +1,26 @@ +--- +title: GZip compression (Gzip 圧縮) +slug: Glossary/GZip_compression +tags: + - Glossary + - compression + - gzip + - 用語集 +translation_of: Glossary/GZip_compression +--- +

GZip はファイルの圧縮および展開に使われるファイル形式です。これは DEFLATE アルゴリズムに基づいており、ファイルをより小さくすることができ、より高速なネットワーク転送を可能にします。GZip はウェブサーバーや最近のブラウザーで広く対応しており、サーバーは送信前に自動的にファイルを圧縮し、ブラウザーは受信時に展開することができます。

+ +

理解を深める

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