> 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/tr/part10.md).

# Chromium'da http2

Chromium ekibi http2'yi uygulamaya uyguladı ve uzun süredir dev ve beta kanalında destek verdi. 27 Ocak 2015'te yayınlanan Chrome 40 ile başlayarak, http2 varsayılan olarak belirli bir kullanıcı grubu için etkinleştirilmiştir. Bu miktar zamanla kademeli olarak arttı.

SPDY desteği sonunda ortadan kaldırılacaktır. Bir blog yazısında, şu şekilde ifade edilmiştir: [Şubat 2015](https://blog.chromium.org/2015/02/hello-http2-goodbye-spdy.html):

> “"Chrome, Chrome 6'dan bu yana SPDY'yi destekledi, ancak avantajlarının çoğunun HTTP / 2'de mevcut olması nedeniyle, vedalaşma zamanı. 2016'nın başında SPDY'ye yönelik desteği kaldırmayı planlıyoruz "”

## 10.1. İlk olarak, etkinleştirildiğinden emin olun

Tarayıcınızın adres çubuğuna “chrome://flags/#enable-spdy4" yazın ve etkinleştirilmiş olarak göstermiyorsa "etkinleştir" seçeneğini tıklayın.

## 10.2. TLS-only(Sadece-TLS)

Firefox'un yalnızca TLS üzerinden http2 uyguladığını unutmayın. Firefox'da yalnızca https: // sitelerine giderken http2'yi göreceksiniz.

## 10.3. Http2 kullanımını görselleştir

Bir site http2 kullanıyorsa görselleştirmeye yardımcı olan Firefox eklentileri bulunur. Bunlardan biri [“HTTP/2 and SPDY Indicator”](https://chrome.google.com/webstore/detail/spdy-indicator/mpbpobfflnpcgagjijhmgnchggcjblin).

## 10.4. QUIC

Chrome'un QUIC ile gerçekleştirdiği deneyler (see section 12.1) HTTP/2 çalışmalarını etkiler.


---

# 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/tr/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.
