@fluidframework/request-handler Package

Packages > @fluidframework/request-handler

Types

TypeAlias Alerts Description
RuntimeRequestHandler Deprecated, Legacy, Alpha A request handler for the container runtime. Each handler should handle a specific request, and return undefined if it does not apply. These handlers are called in series, so there may be other handlers before or after. A handler should only return error if the request is for a route the handler owns, and there is a problem with the route, or fulling the specific request.