Skip to content
docsv0.1.0

Milpa HTTP v0.1.0

The PSR-15-native routing and middleware contracts of Milpa — the web tier as pure contracts. One immutable Route, a never-throw RouteResult, and two seams onto PSR-15. No implementation, no template engine, no HTTP client.

Modules declare the capabilities they provide and require, expose tools an agent can invoke, and gate mutating actions behind verification. The contract loop that runs through the whole system:

plugin → capability → tool → verification → event → result

installbash
composer require milpa/http

API reference

13 public types across 1 namespaces — every symbol carries a DocBlock, and this reference is generated straight from them.

Http 13