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.

3章HTTP/1.0のセマンティクス:ブラウザの基本機能の裏側

_images/ch03_header.jpg

Roy Fieling氏の論文に掲載されているキャッシュ(cache)の図。キャッシュを表す記号として$(cash)が利用されている

2章ではHTTPの基本の4要素について説明しました。

  • メソッドとパス

  • フィールド

  • コンテンツ

  • ステータス

ウェブブラウザはこれらの箱にデータを入れて送信したり、あるいはサーバーからのレスポンスで送られてきた箱からデータを取り出したりして、サーバーとやりとりを行います。ウェブの高度化に従ってさまざまな機能が追加されていますが、特にフィールドという仕組みの中で多くの機能が実現されています。本章では、ブラウザがどのようにこれらの仕組みを応用して基本機能を実現しているかを見ていきます。本章でも、前章同様に必要に応じてcurlコマンドを利用して、ブラウザのふるまいを理解していきます。

3.1 シンプルなフォームの送信(x-www-form-urlencoded)

まずは前章であまり触れなかった、コンテンツ周りの知識を固めていきましょう。HTTP/1.0のリクエストとリソースが1:1に対応したコンテンツの受信に関しては2章で説明しました。JavaScriptのAPIを使うと、同様に送信も可能ですが、本節と次節では、少し複雑な、フォームの送信について説明していきます。

これに加えてHTTP/1.1には範囲アクセスという特殊なリクエスト方法があります。これに関してはHTTP/1.1の章で紹介します。 ...

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