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

Imports:
  - Types:
      - Requests
      - Session
    Usages:
      - clients
    From: resq/http/clients
  - Types:
      - Response
      - AsyncResponse
    From: resq/http/responses
  - Types:
      - poll
    Usages:
      - polling
    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 imported public
  surface via the embeddings below: `Requests`, `Session`, `Response`,
  `AsyncResponse`, and `poll`. Clients take the adapter argument selecting sync
  vs async mode.

  Use `clients` for client construction and the unified verb semantics.
  Use `polling` for driving a polling loop directly over a pre-built wrapper.

---

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

---

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