Search by

hydrakit / http

whleucka

PSR-7/PSR-15 HTTP layer: request lifecycle, routing, and middleware pipeline.

Package info

github.com/hydra-foundation/http

pkg:composer/hydrakit/http

Statistics

Installs: 82

Dependents: 9

Suggesters: 0

Stars: 0

v0.3.2 2026-09-11 16:10 UTC

This package is auto-updated.

Last update: 2026-09-11 20:38:24 UTC


README

Read-only mirror. hydrakit/http is developed in hydra-foundation/hydra under packages/http, and republished here on every push. A commit pushed to this repository is overwritten by the next one; issues are disabled for that reason, and a pull request opened here cannot be merged. Both belong upstream.

The request lifecycle: a PSR-15 middleware pipeline wrapping a router, typed HTTP errors, and the glue that turns a controller's return value into an emitted PSR-7 response. Depends only on PSR-7/-15/-17 interfaces; the concrete request, response, and factory implementations are the application's to bind.