Compression, Minification & HTTP: The Complete Guide to Making the Web Smaller
What is Compression? Compression means reducing the size of data by encoding it using fewer bits (0s and 1s) . In simple words: Compression reduces…
Tech news from the best sources
What is Compression? Compression means reducing the size of data by encoding it using fewer bits (0s and 1s) . In simple words: Compression reduces…
В статье я расскажу, как мне удалось скачать базу GetCourse с одним только логином и паролем обычного менеджера. Разумеется, скачать можно только то…
Вы вводите адрес в браузере и нажимаете Enter. Через долю секунды на экране появляется страница — настолько привычное действие, что мы не задумываем…
An SSE stream is an HTTP request that never ends. Every default you did not touch is working against it. TL;DR : your SSE endpoint breaks twice befo…
Стенд: один nginx, одно HTTP/3-соединение, четыре одинаковых запроса подряд. Меряем размер сжатого блока заголовков в обе стороны. Ответ (nginx → кл…
Если вы когда-нибудь пытались просмотреть сетевые запросы десктопного или мобильного приложения через HTTPS-прокси, то наверняка сталкивались со стр…
Overview A native HTTP engine for Node.js has been developed with the goal of providing a faster, built-in alternative to the standard node:http mod…
An asynchronous HTTP/1.1 server can handle many connections concurrently while still serializing work within each connection. Send a slow request fo…
Предисловие Есть небольшой побочный профиль, которым я занимаюсь – ретрансляция сырых потоков RTSP, в HLS. По сути задача простая, чтобы любой прост…
Introduction In June 2026, the IETF published RFC 10008 - the first new general-purpose HTTP method since PATCH was introduced in 2010. The method i…
The short version is this: GET should remain your default search method in Laravel, POST is still the pragmatic fallback for complex filters, and QU…
Поиск — уже не просто поле на веб‑сайте. Во многих случаях Manticore Search работает как внутренняя служба обработки данных: приложения направляют к…
В этом материале я бы хотел, чтобы каждый владелец сайта / разработчик смог понять, теряет ли его ресурс трафик / финансовую выгоду . По сей день мн…
You’ve probably hit this frustrating moment: your frontend needs to fetch data with complex filters or queries, but GET just won’t cut it because yo…
У меня есть сервер в интернете, который работает с HTTP/2, HTTP/3, с IPv4 и IPv6… Как всё это хозяйство протестировать? Я не нашёл решение и прибёг…
HTTP QUERY Is Here — And Your Infrastructure Isn't Ready For It In June 2026, the IETF published RFC 10008 , standardizing a new HTTP method: QUERY…
В одной из своих статей я уже рассказывал, как из Raspberry Pi Pico сделать USB CD-ROM. Так как размер флеш-памяти Pico ограничен, поместить что-то…
In the previous article , we explored why HTTP/1.1 eventually became a bottleneck. The web had evolved from a collection of simple documents into a…
HTTP has a new request method: QUERY . For years, developers have mainly used GET to fetch data and POST to send or process data. But there has alwa…
TL;DR HTTP got a new method: QUERY (RFC 10008, June 2026). It's a safe, idempotent, cacheable request that carries a body — "GET with a body." It fi…
For decades we've had exactly two bad options for "read something using a complex input": cram everything into a GET URL, or lie and use POST. In Ju…
For years, developers have faced a common dilemma when building REST APIs: How do you send a complex, read-only query without misusing HTTP methods?…
The HTTP QUERY method is a proposed HTTP request method designed to perform safe, idempotent query operations that require a request body. Table of…
HTTP-прокси вспоминают в двух случаях: когда сервису нужно вывести наружу строго ограниченный трафик или когда инцидент уже случился и нужно понять,…
The first two posts were the engineering: part 1 rebuilt the connection dispatcher so BlackBull's core stopped assuming HTTP, and part 2 put a lock-…
Привет, Хабр! Меня зовут Максим Теплых, эксперт по тестированию на проникновение в ИТ-компании Innostage. В этой статье я хочу рассмотреть тему, кот…
The next Model Context Protocol specification, 2026-07-28 , is the largest revision since the protocol launched. The release candidate locked on May…
Серия: redb ecosystem / redb.Route deep-dive В redb.Route — нашем ESB в стиле Apache Camel под .NET — маршрут всегда ч…
Killing an API endpoint is easy. Killing it without breaking your consumers is the hard part. Most teams announce a deprecation in a blog post, send…
Your security scanner just came back with 6 flagged items. All missing HTTP headers. You did what any reasonable developer does: Googled each one, c…