#rfc9110

2026-03-15

HTTP-кеширование изнутри: ETag, Last-Modified и эвристика браузера

Как браузер принимает решение о кешировании? Что такое условный HTTP-запрос? Как возникает 304 Not Modified? Как устроен принудительный запрос ресурса, минуя кеш? Если эти вопросы для вас актуальны, прошу на огонёк. Изложение намеренно подробное: статья адресована и тем, кто только начинает путь в веб-разработке, и тем, кто просто хочет закрыть отдельные пробелы в понимании механизма кеширования. Скажем "нет" слепому копированию заголовков кеширования. Погружаемся

habr.com/ru/articles/1010594/

#сети #http #кеширование #кэширование #rfc9111 #starlette #uvicorn #httpсервер #браузеры #rfc9110

2026-02-14

This is one of my favorite things, data model explainers! Makes me think of #rfc9110, which turned my head super fast. Instead of a technical document on http the protocol, a rfc on what the model of http is. datatracker.ietf.org/doc/html/rfc... Understanding not what is but what it means enables!

RE: https://bsky.app/profile/did:plc:nzrozayxq764zbgl4qtp5ald/post/3met5uiixb22h


RFC 9110: HTTP Semantics

Frank Abelbeckfrank@troet.cafe
2025-09-21

chunked transfer decoding ✅

I had to split HTTP message handling from my HTTPd.py server into a separate module in order to replace urllib.request with an async version.

While testing I stumbled over forums.gentoo.org chunked transfer encoding and devided to integrate transfer decoding in the parsing method.

#python3 #asyncio #HTTP #rfc9110 #rfc9112

2024-02-10

We cannot know the resource-in-itself, only its representations. Very Kantian!

rfc-editor.org/rfc/rfc9110.htm
en.wikipedia.org/wiki/Thing-in

#rfc9110

2023-09-27

I might be splitting hairs about the semantics of #HTTP PUT, but there seems to be a slight contradiction in #rfc9110

On one hand, a GET after a PUT should return the exact representation that was set by the PUT.

On the other hand, a PUT "might also cause links to be added between the related resources" which seems to say that the representation might be enriched with extra links.

kouhai, of the health issueskouhai@treehouse.systems
2023-04-08

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst