Usages:
  convention: .goga/usages/conventions.md

Imports:
  - Types:
      - Requests
      - Session
    From: resq/http/clients
  - Types:
      - Response
      - AsyncResponse
    From: resq/http/responses
  - Types:
      - poll
    From: resq/http/polling

Annotations: |
  Use `convention` for the public surface and the relative-import re-export style.

  Aggregation cell — declares no types of its own. Re-exports the public surface
  from the child cells: `Requests` and `Session` from clients, `Response` and
  `AsyncResponse` from responses, and `poll` from polling (unified — the former
  apoll is gone). Clients take the adapter argument selecting sync vs async
  mode.

---

->Requests: {}
->Session: {}
->Response: {}
->AsyncResponse: {}
->poll: {}

---

Author: Goga
CreatedAt: 10/08/26
Description: Клетка-агрегатор resq.http — реэкспорт публичной поверхности из дочерних клеток clients/responses/polling (Requests, Session, Response, AsyncResponse, poll). Не объявляет собственных типов.
