Contract implemented by packages that adapt Beignet's framework-neutral
server runtime to a platform HTTP API.
Core owns request parsing, hooks, route matching, validation, error mapping,
response ownership, and provider lifecycle. Adapters own only the conversion
between the platform request/response types and Beignet's HttpRequestLike
/ HttpResponse boundary.
Contract implemented by packages that adapt Beignet's framework-neutral server runtime to a platform HTTP API.
Core owns request parsing, hooks, route matching, validation, error mapping, response ownership, and provider lifecycle. Adapters own only the conversion between the platform request/response types and Beignet's
HttpRequestLike/HttpResponseboundary.