> For the complete documentation index, see [llms.txt](https://http2-explained.haxx.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://http2-explained.haxx.se/sv/part10.md).

# http2 i Chromium

Chromium-teamet har implementerat http2 och stött det i dev- och beta-kanaler under en lång tid. Med början i Chrome 40, släppt den 27:e januari 2015, så är http2 påslaget per default för en viss mängd användare. Det började med ett fåtal och har sedan gradvis ökats.

SPDY-support kommer tas bort framöver enligt en bloggpost från projektet postat i [februari 2015](https://blog.chromium.org/2015/02/hello-http2-goodbye-spdy.html):

> "Chrome har stött SPDY sedan Chrome 6, men eftersom de flesta av fördelarna finns i HTTP/2, är det dags att säga adjö. Vi planerar att ta bort stödet för SPDY i början av 2016.

## 10.1. Först, se till att det är påslaget

Skriv in “chrome://flags/#enable-spdy4" i din webbläsares adressfält och klick “enable” om det inte redan säger att det är påslaget.

## 10.2. Endast TLS

Kom ihåg at Chrom bara implementerat http2 över TLS. Du kommer endast see http2 i aktion i Chrome när du går til <https://-sajter> som erbjuder http2-support.

## 10.3. Se HTTP/2-anvädning

Det finns Chrome-tillägg tillgängliga som hjälper att visualisera om en sajt använder http2. En av dem är [“SPDY Indicator”](https://chrome.google.com/webstore/detail/spdy-indicator/mpbpobfflnpcgagjijhmgnchggcjblin).

## 10.4. QUIC

Chromes nuvarande experiment med QUIC (se sektion 12.1) späder ut http2-siffrorna något.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://http2-explained.haxx.se/sv/part10.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
