Skip to main content

Get full access to Real World HTTP 第2版―歴史とコードに学ぶインターネットとウェブ技術 and 60K+ other titles, with a free 10-day trial of O'Reilly.

There are also live events, courses curated by job role, and more.

9章Go言語によるHTTP/2、HTML 5のプロトコルの実装

本章では、7章のプロトコルの一部をGo言語で実装してみます。8章に関してはサーバー側で行うことが多く、それ以外もCSSや動画ストリーミングなので実装は省略します。

9.1 HTTP/2

Go言語は2016年2月にリリースされた1.6から、標準でHTTP/2サポートが組み込まれています。HTTPS通信を行う設定をするだけで、4章で説明したNPN/ALPNネゴシエーションの候補にHTTP/2を表すh2が追加されます。クライアント・サーバーともに、ネゴシエーションで相手がHTTP/2をサポートしていることが確認できると、HTTP/2で通信を行います。 ...

Get Real World HTTP 第2版―歴史とコードに学ぶインターネットとウェブ技術 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.

Don’t leave empty-handed

Get Mark Richards’s Software Architecture Patterns ebook to better understand how to design components—and how they should interact.

It’s yours, free.

Get it now
Cover of Software Architecture Patterns

Check it out now on O’Reilly

Dive in for free with a 10-day trial of the O’Reilly learning platform—then explore all the other resources our members count on to build skills and solve problems every day.

Start your free trial Become a member now