タグ

ブックマーク / web.dev (3)

  • Use HTTPS for local development  |  Articles  |  web.dev

    Use HTTPS for local development Stay organized with collections Save and categorize content based on your preferences. Most of the time, http://localhost behaves like HTTPS for development purposes. However, there are some special cases, such as custom hostnames or using secure cookies across browsers, where you need to explicitly set up your development site to behave like HTTPS to accurately rep

    Use HTTPS for local development  |  Articles  |  web.dev
    sgykfjsm
    sgykfjsm 2021/01/28
  • Introduction to HTTP/2  |  Articles  |  web.dev

    Introduction to HTTP/2 Stay organized with collections Save and categorize content based on your preferences. HTTP/2 will make our applications faster, simpler, and more robust—a rare combination—by allowing us to undo many of the HTTP/1.1 workarounds previously done within our applications and address these concerns within the transport layer itself. Even better, it also opens up a number of enti

  • HTTP/2 の概要  |  Articles  |  web.dev

    HTTP/2 の概要 コレクションでコンテンツを整理 必要に応じて、コンテンツの保存と分類を行います。 HTTP/2 は、これまでアプリケーション内で実施された HTTP/1.1 の回避策の多くを元に戻し、トランスポート レイヤ自体でこれらの懸念に対処することで、アプリケーションの速度、シンプル、堅牢性を向上させます。これはめったにない組み合わせです。さらに、アプリケーションを最適化し、パフォーマンスを向上させるまったく新しい機会も開かれます。 HTTP/2 の主な目標は、リクエストとレスポンスの完全な多重化を有効にしてレイテンシを短縮し、HTTP ヘッダー フィールドの効率的な圧縮によってプロトコルのオーバーヘッドを最小限に抑え、リクエストの優先順位付けとサーバー push のサポートを追加することです。これらの要件を実装するために、新しいフロー制御、エラー処理、アップグレード メカニズ

    sgykfjsm
    sgykfjsm 2020/06/11
  • 1