Skip to main content

Get full access to Real World HTTP 第3版 ―歴史とコードに学ぶインターネットとウェブ技術 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.

4章GoによるHTTP/1.0クライアントの実装

_images/ch04_header.jpg

クッキーのストレージであるCookieJarの語源となった「クッキー」の瓶

HTTPの基礎となる箱と、それを送受信するcurlコマンドの書き方について2章で学びました。

  • メソッドとパス

  • フィールド

  • コンテンツ

  • ステータス

本章では、Goを使って上記の内容を自由に送受信するコードの書き方を学びます。実際に動くコードに触れることで、理解がより深まります。自分の手で自由にリクエストを発行できるようになることで万能感も得られるでしょう。この先の章を読むのもきっと楽しくなります。

caution

前章までは、curlコマンドにHTTP/1.0での実行オプション(--http1.0)をつけていましたが、本章では省略しています。実行時に「HTTP1.1」というプロトコルバージョンが表示されますが挙動に大きな違いはありません。

note

HTTPのフィールド以外にも、フォームの要素(<form>タグの中の<input>タグなど)、Go構造体のメンバーもすべて出自は違いますが「フィールド」という用語を使っています。フォームの要素はフォームフィールド、Goの構造体のメンバーはメンバーフィールドと呼ぶことにします。 ...

Get Real World HTTP 第3版 ―歴史とコードに学ぶインターネットとウェブ技術 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