Backstage
Docs
Github
Preparing search index...
@backstage/backend-openapi-utils
index
internal
DocRequestHandler
Type Alias DocRequestHandler<Doc, Path, Method>
DocRequestHandler
:
core.RequestHandler
<
PathSchema
<
Doc
,
Path
,
Method
>
,
ResponseBodyToJsonSchema
<
Doc
,
Path
,
Method
>
,
RequestBodyToJsonSchema
<
Doc
,
Path
,
Method
>
,
QuerySchema
<
Doc
,
Path
,
Method
>
,
Record
<
string
,
string
>
,
>
Typed express request handler.
Type Parameters
Doc
extends
RequiredDoc
Path
extends
DocPath
<
Doc
>
Method
extends
DocPathMethod
<
Doc
,
Path
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Typed express request handler.